You should get the parameter from request object (which comes in fact in iso8859-1 page) and convert it to iso8859-2 or windows-1250. You can do it by creating String with the method new String(bytes[], isopage) - look in JDK manuals. Regards /) Tomasz Sucharzewski (\ / ) Unix/Sybase Administrator ( \ _( (_ _ Web-Application Development _) )_ (((\ \> /_> Electronic Data Processing Department <_\ </ /))) (\\\\ \_/ / ING Bank N.V. \ \_/ ////) \ / \ / \ _/ phone: (+48 22) 820-41-58 \_ / / / mobilephone: (+48 606) 666-015 \ \ / / email: [EMAIL PROTECTED] \ \ ____________________Reply Separator____________________ Subject: Latin2 code page Author: [EMAIL PROTECTED] Date: 2001-06-25 13:24 Hi, I am using Czech characters (charset=windows-1250 ; that is Latin2 code page) in my .jsp pages, and the accented characters get transformed into question marks. How can I solve this? Cheers, Jimmy. ----------------------------------------------------------------- ATTENTION: The information in this electronic mail message is private and confidential, and only intended for the addressee. Should you receive this message by mistake, you are hereby notified that any disclosure, reproduction, distribution or use of this message is strictly prohibited. Please inform the sender by reply transmission and delete the message without copying or opening it. Messages and attachments are scanned for all viruses known. If this message contains password-protected attachments, the files have NOT been scanned for viruses by the ING mail domain. Always scan attachments before opening them. -----------------------------------------------------------------
Hi,
I am using Czech
characters (charset=windows-1250 ; that is Latin2 code page) in my .jsp pages,
and the accented characters get transformed into question marks. How can I solve
this?
Cheers,
Jimmy.