The unicode utf-7 is 16bits no more or less
example letter (do not take the asc2 code exacly I always mix the big and
small letter asc code)
65 (letter A) in hex 0x41 the utf-7 unicode utf-7 look like this then 0041
for letter A
if the was utf-8 it hav been only hex 0x41 for letter A UTF-8 does have 8 to
32bits range
Windows are using utf-7 that why I think the regsiter are being writen in
utf-7 hex
----- Original Message -----
From: "Casper Hornstrup" <ch(a)csh-consult.dk>
To: <ros-dev(a)reactos.com>
Sent: Wednesday, March 02, 2005 12:46 PM
Subject: [ros-dev] RE: [ros-diffs] [ea] 13792: Fix
SM\Subsystems\RequiredandSM\Subsystems\Optional.
Why is it needed to expand the unicode characters to hex?
________________________________
Modified: trunk/reactos/bootdata/hivesys.inf
--- trunk/reactos/bootdata/hivesys.inf 2005-03-01 22:22:56 UTC (rev 13791)
+++ trunk/reactos/bootdata/hivesys.inf 2005-03-01 22:56:51 UTC (rev 13792)
@@ -257,10 +257,10 @@
; Subsystems
HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Debug",0x00020000,""
HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Kmode",0x00020000,"%SystemRoot%\system32\win32k.sys"
-HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Optional",0x00070000,"Posix Os2"
+HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Optional",0x00070001,50,00,6f,00,73,00,69,00,78,00,00,0
0,4f,00,73,00,32,00,00,00,00,00
>
HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Os2",0x00020000,"%SystemRoot%\system32\os2ss.exe"
HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Posix",0x00020000,"%SystemRoot%\system32\psxss.exe"
-HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Required",0x00070000,"Debug Windows"
+HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Required",0x00070001,44,00,65,00,62,00,75,00,67,00,00,0
0,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,00,00,00,00
>
HKLM,"SYSTEM\CurrentControlSet\Control\Session
Manager\Subsystems","Windows",0x00020000,"%SystemRoot%\system32\csrss.exe"
; 3Com 3c905 Driver
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.com
http://reactos.com:8080/mailman/listinfo/ros-dev