Here's my Tomcat's server.xml:
<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
URIEncoding="UTF-8" />
And here's the code from Roller's web.xml:
<filter>
<filter-name>CharEncodingFilter</filter-name>
<filter-class>org.apache.roller.presentation.filters.CharEncodingFilter</filter-class>
</filter>
So I think that CharEncodingFilter you mentioned is enabled.
--
View this message in context:
http://www.nabble.com/Scandinavian-letters-%28--%29-are-not-shown-correctly-tf2025747s12275.html#a5609293
Sent from the Roller - User forum at Nabble.com.