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: 430
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>áéíóúöoüu</p>
Wished for: entered: áéíóúöoüu
source: <p>áéíóúöoüu</p>
© Stack Overflow or respective owner