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.

Reply via email to