T tt Jun 8, 2004 #3 thank you! but I have to use this convert in WinCE, and WinCE does't support CP_UTF8 cenvert, Can you tell me the convert algorithm or website about it?
thank you! but I have to use this convert in WinCE, and WinCE does't support CP_UTF8 cenvert, Can you tell me the convert algorithm or website about it?
S Simon Trew Jun 8, 2004 #4 http://www.faqs.org/rfcs/rfc3629.html Note that you can probably do the simpler CESU-8 encoding/decoding as described there, if you don't have to handle Unicode characters above U+FFFF.
http://www.faqs.org/rfcs/rfc3629.html Note that you can probably do the simpler CESU-8 encoding/decoding as described there, if you don't have to handle Unicode characters above U+FFFF.
P Phil Frisbie, Jr. Jun 8, 2004 #5 tt said: algorithm or API is expect thanks Click to expand... mbstowcs()
A Alex Jun 8, 2004 #6 tt said: algorithm or API is expect thanks Click to expand... Unicode.org provides platform-independent source code for various UTF conversions (including the on you need). Look in http://www.unicode.org/Public for CVTUTF. Alex.
tt said: algorithm or API is expect thanks Click to expand... Unicode.org provides platform-independent source code for various UTF conversions (including the on you need). Look in http://www.unicode.org/Public for CVTUTF. Alex.