Browse - programming tips - convert big5 to unicodeDate: 2003Oct2 Platform: win32 Language: C/C++ Q. How do I convert Big5 (Traditional Chinese) text to Unicode? A. Do this: MultiByteToWideChar(950, ...); 950 is the Windows code page number for Big5.
Add a commentSign in to add a comment |