--- layout: post status: PUBLISHED published: true title: Encoding inside of Tomcat id: 6ab94aef-d149-4930-9691-160f33adf708 date: '2009-03-31 11:22:41 -0400' categories: turbine tags: - utf-8 permalink: turbine/entry/encoding_inside_of_tomcat ---
Something to be aware of when switching the encoding to UTF-8 is that tomcat will need to be reconfigured also. The encoding of URL-parameters (for GET-requests) is still interpreted 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.