• Welcome to Valhalla Legends Archive.
 

Unicode -> UTF8 but no UTF-8 -> Unicode?

Started by shout, August 19, 2005, 06:50 PM

Previous topic - Next topic

shout

Ive got ATLUnicodeToUTF8 but nothing like the reverse. Anyone know it off the top of their heads?

Kp

Couldn't you use MultiByteToWideChar(CP_UTF8, ...)?
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

shout

Quote from: Kp on August 19, 2005, 08:03 PM
Couldn't you use MultiByteToWideChar(CP_UTF8, ...)?

It appears I could.