Hi all,
I have a servlet, by which you can insert data into the databaze (Mysql on
Linux).
I want to have all data in the databaze in ISO8859-2 charset (Czech
republic), so my servlet needs to recode them from Cp1250, if someone will
use my servlet on windows platform.

Does anyone have a class, which can do this ? It could be some function like
String return_string = convertfromCp1250("string to convert");

I looked at Locale and Character class, but it didn't worked.

Thanks a lot
Tomas Zeman
www  : http://www.triky.cz
e-mail : [EMAIL PROTECTED]

___________________________________________________________________________
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