RE: URL encoding/decoding of UTF-8 characters

2005-04-06 Thread Quinten Verheyen
encodingFilter /* Regards, Q > -Original Message- > From: Mark Thomas [mailto:[EMAIL PROTECTED] > Sent: 06 April 2005 17:15 > To: Tomcat Users List > Subject: Re: URL encoding/decoding of UTF-8 character

Re: URL encoding/decoding of UTF-8 characters

2005-04-06 Thread Mark Thomas
It is a lack of agreed standard problem. You can force Tomcat to use UTF-8 encoding by setting the URIEncoding parameter on the connector. There are some other parameters that you can set as well. See http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html Mark Steve Bosman wrote: I rai

AW: URL encoding/decoding of UTF-8 characters

2005-04-06 Thread Michael Südkamp
Hi, We have all our pages UTF-8-encoded so I think what I am talking about: At least in Tomcat you must UTF-8-decode the request parameters obtained from method getParameter() of interface ServletRequest yourself. Our web-apps runs also at some customer sites with other app servers like JRun or

URL encoding/decoding of UTF-8 characters

2005-04-06 Thread Steve Bosman
I raised this on the struts mailing list and had no joy there, but since then I've found out that it appears to be a tomcat specific problem. The struts 1.1. application I am working on has some frameset stuff (which I personally hate, but some things you are forced to live with), occasionally fra