日本化しよう!
Revised registry code (click here to see the outdated code)for the English OS version of PPC Win2003SE using the Japanese version of wince.nls. This has been tested with ComPOBox for Japanese input and so far works perfecty fine. Time to try a commercial Japanese input software like ATOK I guess.
Things you need…
- ComPOBox from here for the Kokugo Jiten.
- Nihon Win2003SE wince.nls from here.
- Any version of MSGothic (you can even take from WinXP or whatever)
- The registry code below…
=============Start==============
[HKEY_LOCAL_MACHINE\SYSTEM\GDI]
"FontLinkMethods"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\FontLink\SystemLink]
"Symbol"="\\Windows\\msgothic.ttc,MS PGothic"
"Times New Roman"="\\Windows\\msgothic.ttc,MS PGothic"
"Courier New"="\\Windows\\msgothic.ttc,MS PGothic"
"Arial"="\\Windows\\msgothic.ttc,MS PGothic"
"Tahoma"="\\Windows\\msgothic.ttc,MS PGothic"
[HKEY_LOCAL_MACHINE\Software\Microsoft\FontLink\SkipTable]
"Symbol"="00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"
"Times New Roman"="00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"
"Courier New"="00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"
"Arial"="00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"
"Tahoma"="00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\SYSFNT]
"CS"=dword:00000080
"Nm"="MS PGothic"
"HtInPts"=dword:00000001
"Ht"=dword:00000384
"It"=dword:00000000
"Wt"=dword:00000190
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\GLYPHCACHE]
"Limit"=dword:00004000
==============End===============