cancel
Showing results for 
Search instead for 
Did you mean: 

Character encoding in wiki dashlet

jocke
Champ in-the-making
Champ in-the-making
Hi,

My character encoding when using åäö comes up really wierd like this: "Kom igång"

Everything else works fine and I use utf-8 in both tomcat and apache. It's just the dashlet that shows wiki pages that got this problem.

Anyone have a solution for this?
3 REPLIES 3

bramthielemans
Champ in-the-making
Champ in-the-making
Try creating a wiki.get.config.xml file in tomcat\shared\classes\alfresco\web-extension\site-webscripts\org\alfresco\components\dashlets with this content

<wiki>
    <allowUnfilteredHTML>true</allowUnfilteredHTML>
</wiki>

You may create whatever folders don't exist yet yourself. Refreshing share's webscripts should do the trick then  Smiley Happy

jocke
Champ in-the-making
Champ in-the-making
Works like a charm! Thanks!

mikeh
Star Contributor
Star Contributor
See this post for the main wiki page also.

Thanks,
Mike