In the Java Language Specification, all the legal Unicode Letter could
be used for Java Class name. In reality, this is not always true.
If you use non-ASCII letter for class name, it will result in an excepiton being thrown.
Please try the test case bugIdxxxxxxx.java (where xxxxxxx is the id number of this bug) under /home/cjao/openbugs/
be used for Java Class name. In reality, this is not always true.
If you use non-ASCII letter for class name, it will result in an excepiton being thrown.
Please try the test case bugIdxxxxxxx.java (where xxxxxxx is the id number of this bug) under /home/cjao/openbugs/
- duplicates
-
JDK-4023102 (i18n) Class.forName doesn't work with a non-ASCII name
- Closed