Yes, some kind soul in microsoft.public.win32.programmer.international just pointed me to the CP_UTF8 codepage, which somehow I had overlooked. Thanks!
cheers,
roel
Ehsan Akhgari wrote:
The utf-8 Unicode encoding is the de facto Unicode standard on Unix and Unixy OS'es but I can find very little information on using it on Windows. The .Net class library has a UTF8Encoding class but that's all that MSDN knows about it; my question is, can anyone recommend an easy-to-use, lightweight and free utf-8 to wide-character (is that the proper name for the windows 2k & xp native encoding?) conversion library? (I know about IBM ICU (http://oss.software.ibm.com/icu/) but I prefer something that's easier to use and more lightweight). Thanks.
MultiByteToWideChar( ).
------------- Ehsan Akhgari
Farda Technology (http://www.farda-tech.com/)
List Owner: [EMAIL PROTECTED]
[ Email: [EMAIL PROTECTED] ] [ WWW: http://www.beginthread.com/Ehsan ]
State is the name of the coldest of all cold monsters. Coldly it lies; and this lie slips from its mouth: "I, the state, am the people." -Thus Spoke Zarathustra, F. W. Nietzsche
_______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
_______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
