JDK-4166605 : RFE: No way to determine installed Char Converters
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.2.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1998-08-14
  • Updated: 1999-04-29
  • Resolved: 1999-04-29
Related Reports
Duplicate :  
Relates :  
Description

Name: bb33257			Date: 08/14/98


As far as character set conversions go, the Java API is
deficient, and seriously compromises its functionality.

Supported Converters. Although internally supported, there is no public method to determine which
converters are supported on which systems. The lists used in the applet are a fixed list of those
converters shipped on Sun's JDK 1.1.2. Your system may support more converters--there is no way
to find out!


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