0
How can we print Other language ?
When i type the Japanese letters, it prints "???????".
1 Answer
+ 5
Take a look at this article... https://www.cprogramming.com/tutorial/unicode.html I know current versions of the Microsoft compilers support filenames, variable names and macros in other languages. Windows has wide character support and Linux has multilingual support also. Most modern compilers will support UTF-8 so make sure the editor you're using does too and you should have no problems.