Dave's Brain

Browse - programming tips - convert big5 to unicode

Date: 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.
What this info useful to you? You can donate to say thanks

Add a comment

Sign in to add a comment
Copyright © 2008-2010, dave - Code samples on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License. However other material, including English text has all rights reserved.