Greetings,
great work !!
I am currently starting to use the editor. I seem to have set it up fine, but unfortunatelly when i enter greek characters it changes them to "&eps;" e.t.c. that is it puts the umpersand character. How can i remove this feature in order to have the plain character?
Thank you in advance.
Leon
great work !!
I am currently starting to use the editor. I seem to have set it up fine, but unfortunatelly when i enter greek characters it changes them to "&eps;" e.t.c. that is it puts the umpersand character. How can i remove this feature in order to have the plain character?
Thank you in advance.
Leon
RE: FCKEditor changes characters to special chars
RE: FCKEditor changes characters to special c
Thanks
RE: FCKEditor changes characters to special c
FCKConfig.ProcessHTMLEntities = true ;
FCKConfig.IncludeLatinEntities = true ;
FCKConfig.IncludeGreekEntities = true ;
(i didn't as I wouldn't understand if it works like you want or not, but it seems that itwuold be that)
RE: FCKEditor changes characters to special c
Thanks
RE: FCKEditor changes characters to special chars
RE: FCKEditor changes characters to special c
In the fckconfig.js is an opinion tu use XHTML (somewhere in the beginning od the file).
I have disabled it (set on "false") and all was clear!