Re: UTF-8 encoding problems

2007-03-23 Thread riffla
Hi I'm having the same problem, seems like putting the strings in a POST request is transforming the characters (in my case the swedish รค, and son forth, is erroneous). I use Struts, Tomcat and Tiles (and Ant to build and distribute) and I have also set the encoding in both JSP's, request object

Re: UTF-8 encoding problems

2007-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Elilia, Emilia Ipate wrote: > You also have to enable your server to accept UTF-8, for WSAS I had to > use: -D client.encoding.override=UTF-8 For Apache Tomcat, this is done by adding URIEncoding="UTF-8" to your element in server.xml. - -chris ---

RE: UTF-8 encoding problems

2007-03-22 Thread Emilia Ipate
You also have to enable your server to accept UTF-8, for WSAS I had to use: -D client.encoding.override=UTF-8 Emilia -Original Message- From: Mike Parsonson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 2:39 PM To: user@struts.apache.org Subject: UTF-8 encoding problems Hi,