-
Enhancement
-
Resolution: Won't Fix
-
P4
-
1.4.2, 6
-
generic, x86
-
generic, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2143916 | 6-pool | Leo Jiang | P4 | Closed | Won't Fix |
The java.text.Collator functionality is behind the Unicode standard. Sorting data in Collation_xx.properties are behind the specification of Unicode standard. xx here is mainly for asian locale. So far, the locale which has been checked is zh_CN. The sorting data in java for zh_CN is only a childset of unicode standard. The sorting oder in unicode standard can be regarded as a newer version or superset of java's.
To make java's Collator has the latest funcationality as IBM, microsoft, the file j2se/src/share/classes/sun/text/resources/
CollationData_xx.java needs to be updated. There is no need for EU locales, but should be necessary for CCJK. The latest sorting data in unicode standard is at http://unicode.org/cldr/data/common/collation/
please also refer to 6414006
To make java's Collator has the latest funcationality as IBM, microsoft, the file j2se/src/share/classes/sun/text/resources/
CollationData_xx.java needs to be updated. There is no need for EU locales, but should be necessary for CCJK. The latest sorting data in unicode standard is at http://unicode.org/cldr/data/common/collation/
please also refer to 6414006
- backported by
-
JDK-2143916 Collator enhancements for Dolphin: importing the latest data from unicode org
- Closed
- duplicates
-
JDK-6411864 Collation not working for Simplified Chinese
- Closed