Opened 9 years ago

Closed 9 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 9 years ago by Jakub Ś

Keywords: entities processNumerical removed
Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy