JDK-4533872 : Unicode supplementary character support (JSR-204)
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.2.0,1.2.2,1.4.0,1.4.1,5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_2000
  • CPU: generic,x86
  • Submitted: 2001-12-01
  • Updated: 2017-05-19
  • Resolved: 2004-01-16
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.
Other
5.0 betaFixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Support Unicode "supplementary characters" (as defined in http://www.unicode.org/glossary/) throughout the J2SE platform. This affects APIs and implementations for character properties, I/O, font rendering, and other areas. Supplementary characters cannot be handled by the existing APIs accepting or returning single 16-bit char values, so a new approach is necessary.

Once support for supplementary characters is defined, the Java platform can be upgraded to support the latest Unicode version (RFE 4640853).

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-beta
14-06-2004

EVALUATION Tiger feature candidate. This support should probably be at least Unicode 3.2 or whatever the pending Unicode version is at the anticipated release of Tiger. ###@###.### 2001-12-13 This is an umbrella RFE which includes the following sub-RFEs: 4900727 - Core set API for supplementary character support 4900739 - Supplementary character support in BreakIterator 4859391 - Collation needs to support Unicode 4.0, including supplementary characters 4900747 - Supplementary character support in regular expression package 4888843 - Update Bidi for supplementary chars, Unicode 4.0 4900935 - Update String case conversion to Unicode 4.0 ###@###.### 2003-08-08 4904543 - Supplementary character support in StringTokenizer ###@###.### 2003-08-11 4915683 - JSR-204: Additional API for supplementary character support ###@###.### 2003-09-02
11-08-2003