On Mon, 5 Mar 2001 11:05:44 +0200, Amir Nuri wrote:

>But when I get the text from an html form to my servlet, and put it into a
>string (by getParameter) I get text in UTF-8 (3 bytes for character),

Maybe the problem is here: usually i have to do the following:

new String (request.getParameter("aaa").getBytes("8859_1"),"UTF-8")

does it help?



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

Reply via email to