This tests only String.toUpperCase(). I want to have test cases for toLowerCase().
And also, its datafile, SpecialCasing.txt, is out-of-date. It's for Unicode 3.0.0 now and should be replaced with the one for Unicode 4.0.0.
Note: Text format of SpecialCasing-4.0.0.txt is different from its older version. Test program needs to be rewritten.
And also, its datafile, SpecialCasing.txt, is out-of-date. It's for Unicode 3.0.0 now and should be replaced with the one for Unicode 4.0.0.
Note: Text format of SpecialCasing-4.0.0.txt is different from its older version. Test program needs to be rewritten.
- duplicates
-
JDK-6565620 [Ch, Str] Unicode 5.1 support in Character and String
- Closed