I made a small site using umbraco 4.0 and after i upgraded to version 4.0.1 it suddenly startede to exchange my danish special chars Æ Ø Å with some fun looking asci signs. i didnt change anything in my XSLT files or in the content system. the language is still set to danish. i even tryed to republish that, but it didnt work..
currently some of the pages do have ÆØÅ but as soon as i Publish the item in umbraco it changes to acsi chars.
ASCI codes in rich text editor
Hey ppl.
I made a small site using umbraco 4.0 and after i upgraded to version 4.0.1 it suddenly startede to exchange my danish special chars Æ Ø Å with some fun looking asci signs. i didnt change anything in my XSLT files or in the content system. the language is still set to danish. i even tryed to republish that, but it didnt work..
currently some of the pages do have ÆØÅ but as soon as i Publish the item in umbraco it changes to acsi chars.
can some freindly person help me with me out.
btw u can see the asci codes here :
http://rickyskoekken.dk.nt3.unoeuro.com/
//troels
There was an inappropriate encoding setting in one of the config files in 4.0.1 that probably causes this problem in the richtext editor. That's fixed in 4.0.2.1, which you can get at http://umbraco.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23321
cheers,
doug.
Please check your umbracoSettings.config, TidyCharEncoding should be set to UTF8.
This was fixed in 4.0.2.1, I take it your using a slightly older version?
Thx alot ppl
is working on a reply...