JDK-6404304 : RFE: Unicode 5.1 support
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 5.0,6,7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-03-27
  • Updated: 2020-02-19
  • Resolved: 2011-03-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b55Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Unicode 5.0 will be released in CY06Q3. Refer to the following URL:

http://www.unicode.org/versions/Unicode5.0.0/

Major changes from 4.0.0 to 4.1.0:

    * Addition of 1273 new characters to the standard, including those to complete roundtrip mapping of the HKSCS and GB 18030 standards, five new currency signs, some characters for Indic and Korean, and eight new scripts. (The exact list of additions can be seen in DerivedAge.txt, in the age=4.1 section.)
    * Change in the end of the CJK Unified Ideographs range from U+9FA5 to U+9FBB, with the addition of some Han characters. The boundaries of such ranges are sometimes hardcoded in software, in which case the hardcoded value needs to be changed.
    * New Unicode Standard Annexes: UAX #31, Identifier and Pattern Syntax and UAX #34, Unicode Named Character Sequences, and significant changes to other Unicode Standard Annexes.

Unicode 5.0 (beta) includes (diffs from 4.1.0):

    * addition of more than 1300 new characters (5 new scripts)
    * full interoperability with the most recent versions of GB 18030, JIS X 0213, and HKSCS
    * case mappings update
    * improvements on text segmation
    * tightens conformance requirements on Bidi implementations
Unicode 5.1 was released on April 4, 2008. We should support it.
For details, see http://www.unicode.org/press/pr-5.1.html

Comments
EVALUATION Unicode 5.1 change has been integrated to JDK7. Main changes are as follows: - Character.UnicodeBlock has 46 new members. (e.g. BALINESE) - Over 4,000 characters have been added.
10-04-2009