>See http://java.sun.com/products/jdk/1.1/docs/guide/intl/encoding.doc.html
>and http://java.sun.com/products/jdk/1.1/docs/guide/intl/index.html
>
>Which encoding to use depends on your locale. For instance, I use
>for my locale (cs_CZ) encodings 'windows-1250' on WindowsNT and
>'ISO-8859-2' on UNIX.

Thanks for the suggestions, I wil try them out rightaway.

Decompiling the class CharacterEncoding gave me a complete list
of the different encoding names, so I tried them out one for one.
I thought ISO8859_1 would do the trick (I read the article
on DATA TRANSFER PROBLEM in the file encoding.htm.), but it didn't.

Now I realize that I may have an error elsewhere in my code too...

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to