You can convert UTF8 characters to UNICODE using
MultiByteToWideChar(CP_UTF8,1,utf8string,-1,unicodestring,size_of_string);
The UTF-8 codepage will be passed to the fucntion.
>In a C program, how do you code Unicode string literals on the following
>platforms:
>NT
>Unix (Sun, AIX, HP-UX)
>AS/400
>
could you explain this more specificallly. maybe give an example where you
need this
>Everything I have read says not to use wchar_t for cross platform apps
>because the s
Hello,
Is their any conversion routine that transforms UTF-EBCDIC characters
to UTF-8 characters.
Regards
Jeu
Hello,
Is the UTF-8 encoding scheme the same irrespective of whether the
uderlying proccessor is little endian or big endian, or if the system uses
ASCII or EBCDIC encoding.
Regards,
Jeu
4 matches
Mail list logo