Hi Seiju,

Thank you very much! It works like magic! :-)

Thanks again!

James

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of seiju@home
> Sent: Wednesday, December 26, 2001 10:12 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Weird problem with encoding in JSP
>
>
> Hi.
> Try, something like this:
>
>     param = new String(param.getBytes("8859_1"), "SJIS");
>
>
> cheers,
>     -seiju
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to