That C++ offers dogshit support for Unicode strings. Did you get some string from the Windows API, which uses UTF-16, and wanna email it as UTF-8? Ha! Better reach back into the hot mess of WinAPI for some conversion function, and you better know exactly what you're doing because it won't be simple. The Standard Library sure isn't gonna help you. Sorry for the rant T_T
|