Thilo Götz wrote:
FYI, here's how you can create a list of all available text
encodings in the JVM you're running in.  This can lead to a
very long combo box, though :-)

    Map<String, Charset> charsetMap = Charset.availableCharsets();

Actually I tried this first, but got a very long list of encodings.
Then I decided to do it like th eclipse guys in the "Properties -> Resource"
dialog, they only display the Java standard encodings, and its possible
to type in any supported encoding.

Do you think we should just display all encodings (maybe plus aliases) ?

Jörn

Reply via email to