JDK-4284923 : Add at least minimal surrogate API.
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1999-10-26
  • Updated: 1999-10-27
  • Resolved: 1999-10-27
Related Reports
Duplicate :  
Description

Name: bb33257			Date: 10/26/99


The JDK will need to support surrogates in the near future to 
support CJK markets.  The class java.lang.Character currently 
provides a getType method that can be used for to find Unicode 
type information for a character. However, the current API does 
not support the notion of "surrogates" as defined in the Unicode 
2.0 standard. Surrogates use two Unicode values from a specified 
range to represent one logical character. We need to extend our 
getType API to return type information for surrogate characters 
as well as normal ones.  We also need to add convenience methods 
and extend the type API.  Details provided on request. 
(Review ID: 97051)

======================================================================