How to force CKEditor to use HTML Numbers instead of special Characters -


how can force ckeditor automatically convert special characters html numbers?

for example when write 6% in editor , @ source code <p>6%</p> want in source <p>6&#37;</p>

is possible?

thanks

check option config.entities , other entities_* options. using them, can configure editor produce entities nbsp, gt, lt , amp. possible switch off (check config.basicentities), may causes issues noted in docs.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -