Name: mf23781 Date: 05/13/98
Calling a simple java program which reads the command line args
and writes it out with System.out.println(argv[0]). results in
unreadable characters for Chinese and Japanese language environment.
The same results are obtained using the JDK and JRE:
JRE -cp . TestArguments anyNLSString
System.out.println(argv[0]);
shows ===> ?????????? instead of the NLSString
The locales used are ja_JP and zh_TW
This works fine with OS2 and AIX JDK1.1.4
======================================================================
- duplicates
-
JDK-4097707 (1.1) jre fails to receive platform dependent encoded string from command line
-
- Closed
-