Details
-
Type:
Enhancement
-
Status: Closed
-
Priority:
P4
-
Resolution: Won't Fix
-
Affects Version/s: 1.4.2, 6
-
Fix Version/s: 8
-
Component/s: globalization
-
Labels:
-
Subcomponent:
-
CPU:generic, x86
-
OS:generic, windows_xp
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2143916 | 6-pool | Leo Jiang | P4 | Closed | Won't Fix |
Description
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
Attachments
Issue Links
- 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
-