----- Original Message -----
From: "Ortwin Gl�ck" <[EMAIL PROTECTED]>

Arrrg...  again...  :(
Not surprising though...  :(((

> by the String class. You must use byte[] in this case.
It was...

> You speak of "transformation". What sort of transformation is that? The

import sun.nio.cs.StandardCharsets;
import java.nio.charset.Charset;
import java.nio.charset.spi.CharsetProvider;
import java.util.Iterator;

main
        CharsetProvider standardProvider = new StandardCharsets();
        for (Iterator i = standardProvider.charsets(); i.hasNext();) {
            System.out.println(i.next());
        }

What can you get it?
And what can you do it with them?
Could you please explain to me?

Sung-Gu

P.S.: BTW, it's almost time to go home...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to