Re: codepages on Windows

2000-08-11 Thread Jeu George
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.

Re: Unicode String literals on various platforms

2000-08-03 Thread Jeu George
>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

UTF-EBCDIC to UTF-8

2000-07-27 Thread Jeu George
Hello, Is their any conversion routine that transforms UTF-EBCDIC characters to UTF-8 characters. Regards Jeu

(no subject)

2000-07-27 Thread Jeu George
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