Currently I am building a project based on the example webapp provided by WQS; wcmqs. The wcmqs webapp seems to have problems with freemarker templates, encoded in utf-8, which contains characters outside the ascii-range, such as the norwegian letters æ,ø,å. Switching encoding to iso-8859-1 on the template solves the problem, but it would be great having everything in utf-8. Alfresco Share does not seem to have this problem (running in the same Tomcat config), so I assume there is a configuration problem within the wcmqs webapp itself. I would appreciate any advice on this matter.
Alfresco Versjon: 3.4
Thanks.