+ 1
How string containing Japanese words output as what typed on the program?
Type Japanese (kana and kanji) string like "あなたの名前は何ですか" but output as "???????????". ever tried this on Visual Studio
4 Respuestas
+ 11
Like Luka has said, Windows console doesn't support Unicode. Strangely though, I had a teammate who could display Unicode just by compiling a source code the normal way into an .exe on Windows 8.1. Dank stuff but no, thank you. 😐
0
@ Hatsy Rei Ask that friend of yours how the heck he/she do that (displaying unicode in console)! meanwhile, I check on what Google can find about my question