I was planning to use fckEditor 2.0 in my current development but when editing UTF-8 content in Greek I found out that fckEditor is converting all my UTF-8 chars into their corresponding HTML entities. (the UTF-8 alpha char is converted into α). Is there any way to stay with the UTF-8 data? I don't want to have my data converted into a set of HTML entities!!! I hope someone will help me. For information fckEditor 1.6 did not perform this kind of conversion!!!
Thu, 04/19/2007 - 05:01
#1
RE: UTF-8 and fckEditor...
If somebody could help us.
THX
RE: UTF-8 and fckEditor...
RE: UTF-8 and fckEditor...
RE: UTF-8 and fckEditor...
FCKConfig.EnableSourceXHTML = false ;
in fckconfig.js
RE: UTF-8 and fckEditor...
FCKConfig.EnableSourceXHTML = false ;
i tried also
FCKConfig.EnableXHTML = false ;
but it didn't work either .
RE: UTF-8 and fckEditor...
I have that configuration:
FCKConfig.EnableXHTML = false ;
FCKConfig.EnableSourceXHTML = true ;
I send the proper html header: charset=UTF-8
It works fine.
Regards
RE: UTF-8 and fckEditor...
RE: UTF-8 and fckEditor... - solution
RE: UTF-8 and fckEditor... - solution
Ok, but isn't there an easier way? What about upgrades: should I change this every time there is a new version of fckeditor ?
RE: UTF-8 and fckEditor... - solution
RE: UTF-8 and fckEditor...
Im using a CMS system with FCK integrated! Sending news to *.swf file!!!!
Without fck, my news are great INSIDE A FLASH FILE!
With Fck carachters form pt-br like (áéíóúç)! é = é
Flash works just with UTF-8! So FCk is messing up my news!
What can be happening? Autodetec from pt-br internet explorer iso-8859-1?
i just know that had to be in utf-8
RE: UTF-8 and fckEditor...
RE: UTF-8 and fckEditor...
I have a similar problem.
My application involves traslation of texts in different languages.For this purpose,a popup is opened from the main window which opens the FCKeditor.The value entered in the editor is then sent back to the parent window textfield.However when I use danish or any other characters, they are replaced with their representation.For eg. 'æ' is replaced with 'æ'.When the editor is now opened again,this value 'æ' is again displayed as 'Atilde'.
How can I retain the original characters???
Pls help....Would really appreciate any help I can get.
Thanks..
RE: UTF-8 and fckEditor...
Plllls help!!!