Hello,
I have build up a page using FCK Editor. My problem is that as far as I include <!-- #INCLUDE file="/fckeditor.asp" --> all german Umlauts like ä,ö,ü on the Page are displayed like "ö"
Only Umlauts in FCK Editor box are displayed in the right way.
Do anyone has an idea
Thanks
I have build up a page using FCK Editor. My problem is that as far as I include <!-- #INCLUDE file="/fckeditor.asp" --> all german Umlauts like ä,ö,ü on the Page are displayed like "ö"
Only Umlauts in FCK Editor box are displayed in the right way.
Do anyone has an idea
Thanks
Re: German Umlaut
Just add this in your fckconfig.js:
-->FCKConfig.IncludeLatinEntities = false ;
Viel Spass!
-nat
Re: German Umlaut
this work-around did not work out since this in for the FCK Editor BOX only. My problem is that text on the page (but not in the FCK Editor box) is displayed wrong once I include the FCK Editor ASP File
Any idea for this??
Re: German Umlaut
Re: German Umlaut
Hi no it's not the toolbar translation its the rest of the text on the page. I have three elemnets on the page
1. text (with wrong Umlauts)
2. text box (with correct german umlauts)
3. FCK Box (with correct german umlauts)
If I add a line <%response.Charset="ISO-8859-1"%> in fckeditor.asp no change.
If I add a line <%response.Charset="UTF-8"%> in fckeditor.asp I have the following issues:
1. text (with correct german umlauts)
2. text box (with wrong german umlauts)
3. FCK Box (with correct german umlauts)
Any idea? Thanks for help
Here is the code for the page
Re: German Umlaut
The problem occurs only at fields which I read out from the database or a Session Cookie
The Umlauts are written in these variables in clear text like ä,ü,ö
Normal text is written without any problems (HTML like äüö )