RE: New on list

From: Addison Phillips (AddisonP@simultrans.com)
Date: Tue Jan 12 1999 - 14:24:21 EST


Be careful with :

>> On Windows, you can just use WideCharToMultiByte and MultiByteToWideChar
to
map the text between Unicode and the codepage specified in the file. <<

You still have to have the code page (the .nls file) installed for the
MultiByte code page in order for the conversion to work. The default
conversion is to the code page of the display device (typically CP1252 for
Western European systems), and, if the code page does not support the
character, a call to the above will physically replace your character with
the substitution character (? for 1252 systems).

Thanks,

~Addison



This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:20:44 EDT