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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -