Re: UTF-8 encoding problems

2007-03-23 Thread riffla
mail.mozdev.org > > iD8DBQFGAqHH9CaO5/Lv0PARAqwUAKCKG606HcWItx95IfJGgtUxKsOWPACdGuqe > eR4cbMGuc40Af5RHFBr/mcM= > =UdA1 > -END PGP SIGNATURE- > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additio

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

UTF-8 encoding problems

2007-03-22 Thread Mike Parsonson
" 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.nabb