Opened 11 years ago
Closed 11 years ago
#13078 closed Bug (invalid)
config.entities_processNumerical cannot be set
| Reported by: | Eaglan Kurek | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Parser | Version: | 4.4.7 |
| Keywords: | Cc: |
Description
config.entities_processNumerical cannot be set (neither thru config.js, custom config or inline)
Problem is fixed by adding CKEDITOR.config.entities_processNumerical=!0; (next to CKEDITOR.config.entities_latin=!0;)in ckeditor.js
Change History (1)
comment:1 Changed 11 years ago by
| Keywords: | entities processNumerical removed |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |

I can't confirm that. I have set the following in HTML:
var editor = CKEDITOR.replace( 'editor1', { entities_processNumerical : true });and had absolutely no problem with example mentioned in http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-entities_processNumerical. The Chinese characters were changed correctly. I have checked CKE 4.4.7 (full package without custom plugins) in IE11, Chrome and FF.
I'm closing this issue as invalid but if there's anything i have missed, please let me know.