Original Post
I'm annoyed with this particular set of circumstances, but nonetheless, it is what it is and so I need to convert some strings that come in as UTF8 to Shift-JIS (SJIS) encoded strings. I have a conversion routine from ASCII to SJIS and back, but not from/to UTF8. I've done a number of Google searches for appropriate code but haven't been able to find anything useful. Does anyone know of code that will convert UTF8 to SJIS in C++ (or C.. Really, I just need a relatively simple code snippet that doesn't need to pull in 50 other files in some random library) Any help appreciated! Thanks!