Re: UTF-8 in Windows
- Posted by jacquesd Sep 14, 2008
- 1286 views
Sorry for this last 2 empty replies, Shawn, the problem is that cmd.exe don't really work with unicode, it works with OEM charater set. To use puts() to print unicode string properly on screen, you MUST use AnsiToCharW() win32 api function.