Hi,
I'm using CKEditor 3.2 for my homegrown CMS. I'm using UTF-8 for all my pages and for my MySQL database collation on text and varchar fields. I'd really like to have content from CKEditor be inserted into my db with accents in place. CKEditor is converting these characters to their HTML names. So:
été
becomes
été
I've taken a look through the docs, but I can't find an easy way to toggle this conversion off.
Please help!
I'm using CKEditor 3.2 for my homegrown CMS. I'm using UTF-8 for all my pages and for my MySQL database collation on text and varchar fields. I'd really like to have content from CKEditor be inserted into my db with accents in place. CKEditor is converting these characters to their HTML names. So:
été
becomes
été
I've taken a look through the docs, but I can't find an easy way to toggle this conversion off.
Please help!
Re: Disable conversion of accented characters
Use the [url=config.entities]http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.entities[/url] and related entries.
Re: Disable conversion of accented characters