My response encoding is always set to UTF-8. Its forced inside MyLocalePicker. If my memory serves me right, requests coming from browser in ISO-8859-1 encoding. Therefore setCharacterEncoding tells Tomcat to convert POST values into UTF-8. I believe its a servlet spec, not Stripes.

On 5/3/2011 3:43 PM, Alexander Knyazev wrote:
did you set any page(response) encoding to get this work?
By the way, guys, how does request.setCharacterEncoding() really work? Does it just change conten-type encoding to the specified(UTF-8 for example)? Or it converts all data from the request from previous encoding to UTF-8?


------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users

<<attachment: daniil.vcf>>

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to