Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
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) ======================================================================
|