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,
We are developing a struts web application that will allow input of
chinese,
Japanese and Latin text.
When submitting form data that is not standard ascii characters, the
data is
turned into question marks, eg. ??????.
We have already set the encoding of all of our JSP pages to "UTF-8" and
implimented a servlet filter to set the content type of the response to
"text/html; charset=UTF-8" and set the encoding of the request to
"UTF-8".
We are using Struts 1.2.4.  Any help will be gratefully received.
-- 
View this message in context:
http://www.nabble.com/UTF-8-encoding-problems-tf3447563.html#a9614870
Sent from the Struts - User mailing list archive at Nabble.com.


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


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

Reply via email to