Date: 2003Oct2 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.