Hi everyone,
I hope that someone can be helpful on this one. I've worked with FCKEditor for quite some time now and it's an excellent editor! However, I upgraded a few days ago to the 2.4 version and nearly all in the transition process went smooth. The one thing that bugs me is that it seems that whenever I use the following line (in an ASP doc) and tries to integrate the FCKEditor the correct display of the Danish special characters (ø,æ,å) are turned into strange characters such as "Ã" and "¥".
I've already set the language to 'da' for Danish in the config file and set autodetectlanguage to false, but nothing happens.
Does anyone have an idea on how to solve this?
Appreciate all the help I can get. Thanks!
Cheers, Jens
I hope that someone can be helpful on this one. I've worked with FCKEditor for quite some time now and it's an excellent editor! However, I upgraded a few days ago to the 2.4 version and nearly all in the transition process went smooth. The one thing that bugs me is that it seems that whenever I use the following line (in an ASP doc) and tries to integrate the FCKEditor the correct display of the Danish special characters (ø,æ,å) are turned into strange characters such as "Ã" and "¥".
I've already set the language to 'da' for Danish in the config file and set autodetectlanguage to false, but nothing happens.
Does anyone have an idea on how to solve this?
Appreciate all the help I can get. Thanks!
Cheers, Jens
RE: Integration cause wrong display of sp. chars
Solved in myself. Found this useful, though not particularly rational solution. http://sourceforge.net/forum/message.php?msg_id=4155800
/Jens