How to prevent CKEditor translating accented letters to their HMTL codes?

Posted by shinjin on Stack Overflow See other posts from Stack Overflow or by shinjin
Published on 2010-03-21T20:42:07Z Indexed on 2010/03/21 20:51 UTC
Read the original article Hit count: 408

Filed under:
|
|

I'd like to configure CKEditor to save accented letters as they are, and don't change them to their HTML equivalent, since I'm working work with UTF8 anyway.

Where and what do I need to set to achieve this?

Example:

Current: entered: áéíóúöoüu source: <p>&aacute;&eacute;&iacute;&oacute;&uacute;&ouml;o&uuml;u</p>

Wished for: entered: áéíóúöoüu source: <p>áéíóúöoüu</p>

© Stack Overflow or respective owner

Related posts about ckeditor

Related posts about i18n