Dave's Brain

Browse - programming tips - big5

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.

Add a comment

Sign in to add a comment
Copyright © 2008, dave - Code on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License.