JDK-4284917 : Enable installation and subclassing of character converters
  • Type: Bug
  • 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 current JDK only allows converters to be added at build time, 
making it difficult or impossible for clients to add their own 
converters.  The entire character converter subclassing API is 
"unsupported" and may change at any time.  Because the API is 
unsupported, the set of available converters varies from platform 
to platform.  Where we agree that the current API has deficiencies, 
it is more important at this point to have some API for this 
functionality, than it is to wait because the API isn't perfect. 


(Review ID: 97048)

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

Comments
PUBLIC COMMENTS Duplicate of 4287465. ###@###.### 1999-11-12
12-11-1999