-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.0
-
generic
-
generic
Name: rf98795 Date: 01/11/2000
Supplement getEncoding() methods on such classes as InputStreamReader with
methods to provide human readable, localizable, names. (getEncodingLocalized()?)
Change the underlying converters to support this. The results of getEncoding()
are used to create new encoding converters, so must map simply to those
converters. However, the implementation should not assume that these strings are
necessarily part of the converter class name, as is currently true for the sun.io
package. The interfaces should be suitable to other converter implementations.
======================================================================