To sum up: You need to convert UTF-8 to UTF-16-LE first. Then, if the OS is NT, you can pass these to the ...W functions. Otherwise, you need to further convert to ANSI user codepage and pass it to the ...A functions.

Alternatively tell people to link against unicows if they need
win9x support and you can stick to only using the W functions.

http://www.microsoft.com/globaldev/handson/dev/mslu_announce.mspx

Roger

Reply via email to