Character encoding 2006-12-16 - By Mark Thomas
Back 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 (See http://ISO-8859.ora-code.com)-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 (See http://UTF-8.ora-code.com)") 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@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|