Opened 8 years ago
Closed 8 years ago
#14910 closed New Feature (invalid)
Special Characters
Reported by: | sathish | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi, we are using "CKEditor with Full features". we put in HTML code like '☐' in source view. it is change to the visual section working properly. But, when i change source view it doesn't change to html entities code. And also we are tried below method but, it's not working
CKEDITOR.config.entities = false; CKEDITOR.config.basicEntities = false;
CKEDITOR.config.entities_greek = false; CKEDITOR.config.entities_latin = false;
You have missed exactly two settings which matter here: http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-entities_additional and http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-entities_processNumerical.
Please note however there is a problem with bigger entities: #14588.