Re: UTF-8 encoding
Thomas Vandahl <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.user |
|---|---|
| Message-ID | <[email protected]> |
Ludwig Magnusson wrote: > I love answers like these!!! > You just put them in to you project and they work at once. > Thank you very much Thomas! > /Ludwig Be aware, though that the encoding of URL-parameters (for GET-requests) is still interpreted by Tomcat as ISO-8859-1. You may want to set useBodyEncodingForURI="true" in the connector in use. See http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html on what this does. Bye, Thomas.