Mester József wrote:
> Hello Mark
>
> Ok. Let's see my problem. 
> I have a form with text input box. I type Árvíztűrő tükörfúrógép and I get " 
> ÃrvíztűrÅ tükörfúrógép
>     "
> Beautiful isn't it? 

I have tested this with the latest 5.5.x source and it works correctly
(there haven't been any encoding related fixes since 5.5.20). Have you
got the request dumper valve enabled? This causes all request
parameters to be processed as ISO-8859-1 and enabling it was the only
way I could replicate the behaviour you see.

If you haven't got this valve enabled, check you application for
filters, valves etc that may read request parameters before your
request.setCharacterEncoding("UTF-8") is called. Note parameters are
only read once so if the encoding is wrong then you can't easily fix it.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to