SpecialCasing3.0.txt(published by unicode.org) contains special upper case mappings. String.toUpperCase() was tested based on this file.
1.4.0beta-b44 was tested on win98 and 27 cases were failed out of all 102 cases.
. unzip the attached bundle.
. javac *.java
. java SpecialUpperCaseTest
bae-chul.kim@eng 2000-12-12
The failing cases are these:
1FB3
1FA0 - 1FA7
1FF3
1F90 - 1F97
1F80 - 1F87
1FC3
john.oconner@Eng 2001-03-07
- duplicates
-
JDK-4415597 JCK: String.toUpperCase() returns wrong values for 1:M case mapping
-
- Closed
-