Re: WM5 Chinese characters



The right way to do this is really to buy a Chinese device. The operating
system itself doesn't really know anything about how to display Chinese text
unless it was built with that capability in it. The ability to display the
right character is just a small part of being designed to handle the locale.

There are some components that I recall hearing about a long time ago that
provided some non-Roman writing system support for doing various things on
Windows Mobile devices. I don't remember much about them, however. Google
will find whatever there is, I'm sure. It's doubtful that you'll find
something that will simply allow all existing device applications to use
Chinese, however.

Paul T.

"MerryWu" <how.new@xxxxxxx> wrote in message
news:eLUo5YcGHHA.320@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

If I added the font into WM5, Can I configure WM5 to output them? Any
third party software that can?

Thanks.

BR
Merry

You still have to set up font linkling in the registry...As a last
resort if a soft reset dosn't do the trick you may need to call AddFont
Resource(). First do the registry entries and a soft reset and see what
happens...

Henrik Viklund
http://www.addlogic.se

Fabien skrev:

Hi,

Try to copy a font file (SImSun.ttc for chineese) in WIndows\Font.
Or call the WINCE API function AddFontResource.


BR


Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/

Fabien a écrit :

Henrik Viklund a écrit :

You need to set up font linking. Depending on how the OS is
configured
on the WM5 device you *may* be able to set up font linking by adding
the following entries to the registry (I have never done this on a
WM5
device, so I dont know if it will actually work):

[HKEY_LOCAL_MACHINE\SYSTEM\GDI\GLYPHCACHE]
"limit"=dword:5000
[HKEY_LOCAL_MACHINE\SYSTEM\GDI]
"FontLinkMethods"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SystemLink]
"Tahoma"="\\Windows\\simsun.ttc,NSimSun"
"Courier New"="\\Windows\\simsun.ttc,NSimSun"
"Arial"="\\Windows\\simsun.ttc,NSimSun"
"Times New Roman"="\\Windows\\simsun.ttc,NSimSun"
"Symbol"="\\Windows\\simsun.ttc,NSimSun"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SkipTable]
"Tahoma"="005c,00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"
"Arial"="005c"
"Courier New"="005c"

You probably have to do a soft reset for the changes to take effect,
and naturally you must have simsun.ttc font package present on the
device. See PB5 help for further details on "font linking".

Henrik Viklund
http://www.addlogic.se

Jurgen Verhelst [MCP] skrev:

Hi guys,


A chinese customer has a few I-Mate's runnning around with WM5.
When they
receive chineze emails, the characters are displayed as boxes. Can
I
configure WM5 to display them correctly? Any third party software
that can?

Thanks,

ez




.



Relevant Pages

  • Re: Displaying Asian languages on a form
    ... but when I put it into a form uising the the font you ... > For Win2K you have to install the required East Asian fonts for Chinese, ... > The fonts will help you display and the input method editors will help you ... > for many of the worlds languages. ...
    (microsoft.public.access.formscoding)
  • [kde-linux] Font problem with KDE 3.5.2 under Debian/Knoppix (German, Maltese, Chinese)
    ... Chinese, German, and Maltese. ... The fonts are installed (java, emacs, and TCL/TK correctly display the ... font setting. ...
    (KDE)
  • Re: Firefoxs secret Chinese font
    ... font that is uses for displaying Chinese and doesn't share with the rest ... display a full range of Chinese characters, ...
    (uk.comp.os.linux)
  • Re: Displaying Asian languages on a form
    ... For Win2K you have to install the required East Asian fonts for Chinese, ... The fonts will help you display and the input method editors will help you ... The Access textboxes must have their display font set appropriately (and ...
    (microsoft.public.access.formscoding)
  • Re: WM5 Chinese characters
    ... Try to copy a font file in WIndows\Font. ... on the WM5 device you *may* be able to set up font linking by adding ... the following entries to the registry (I have never done this on a WM5 ... configure WM5 to display them correctly? ...
    (microsoft.public.windowsce.embedded)

Loading