Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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: áéíóúöőüű source: <p>&aacute;&eacute;&iacute;&oacute;&uacute;&ouml;ő&uuml;ű</p>

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

like image 769
shinjin Avatar asked Mar 21 '10 20:03

shinjin


1 Answers

its a config setting I think its entities though it could be one of the neighboring config options that you want, I'm not 100% but it should put you in the right direciton

like image 80
mcgrailm Avatar answered Dec 14 '22 23:12

mcgrailm