Tagged Questions
2
votes
4answers
235 views
Passing command line unicode argument to Java code
I have to pass command line argument which is Japanese to Java main method. If I type Unicode characters on command-line window, it displays '?????' which is OK, but the value passed to java program ...