Hi,
I try since a few hours to make it work by any way but i'm exausted ... Apparently everyone knows that when you type a sepcial accentued character in the editor (for example 'é'), it convert it automaticly to 'é' (the html entity corresponding). So as i say i've tried many ways to avoid that but nothing seems to work. I need to send the real character in my database so i really need help on that ...
Thanks a lot.
I try since a few hours to make it work by any way but i'm exausted ... Apparently everyone knows that when you type a sepcial accentued character in the editor (for example 'é'), it convert it automaticly to 'é' (the html entity corresponding). So as i say i've tried many ways to avoid that but nothing seems to work. I need to send the real character in my database so i really need help on that ...
Thanks a lot.
Re: Problem with accent encode
Can you send me an email if you find the solution. I have the same problem with my website apartrental.com. I would like to put the real code é or è etc... in my database
Thank you
Re: Problem with accent encode
Hello Guizimo,
I think I have fouund the solution
Put in the ckeditor/plugins/plugin.js file this
CKEDITOR.config.entities=false;CKEDITOR.config.entities_latin=false;CKEDITOR.config.entities_greek=true;CKEDITOR.config.entities_processNumerical=true;CKEDITOR.config.entities_additional='#39';
instead of true
And tell me if it's ok
Best regarsd
http://www.apartrental.com