-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
generic
-
generic
Name: rm29839 Date: 04/06/98
Currently there is no way to discover at runtime
what encodings are available when running the jvm.
This is a request for enhancement that would allow
you to programmatically query to discover what
encodings are available. This pertains to the
character encoding such as the String that
is part of the constructor for OutputStreamWriter,
as in:
public OutputStreamWriter(OutputStream out
String enc) throws UnsupportedEncodingException
I realize you can always try a particular
encoding as a String and wait for the
UnsupportedEncodingException. However, this does
nothing for you in case you want to, for example,
present the user at runtime a list of all available
encodings.
Thanks,
Jon Steelman
steelman "at" mindspring.com
(Review ID: 27139)
======================================================================
- duplicates
-
JDK-4284916 API to get list of available converters, setting and getting default converter
-
- Closed
-
-
JDK-4166605 RFE: No way to determine installed Char Converters
-
- Closed
-
-
JDK-4313884 New I/O: Character-set API
-
- Resolved
-