Opened 17 years ago

Closed 11 years ago

#1168 closed New Feature (wontfix)

Minimum entity rewriting on non ASCII character

Reported by: bjb Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: FCKeditor 2.3.2
Keywords: Cc:

Description

At this time, going to the demo and typing : é (e acute letter) t (t letter) é (e acute letter) will generate the source : <p>&eacute;t&eacute;</p>

But if my page is unicode compliant (default in XHTML as it is the default in XML to be UTF-8), there is absolutly no reason to do so.

This feature request would make people have the source like : <p>été</p>

And only use the encoding where it is strictly mandatory as per the XML spec ( <, > ... etc). See the XML spec on this one and the XHTML spec to see the possible characters in each context that required or not escaping.

This feature request have impact on all european languages and even possible on other languages (no impact on english as it is ASCII limited ;P ).

Change History (3)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Keywords: entity encoding language removed
Milestone: FCKeditor 2.5

comment:2 Changed 16 years ago by Artur Formella

Component: GeneralCore : Output Data
Keywords: Confirmed added
Version: FCKeditor 2.4.3FCKeditor 2.3.2

comment:3 Changed 11 years ago by Jakub Ś

Resolution: wontfix
Status: confirmedclosed

FCKeditor is no longer supported and setting one of the below options to false in CKEditor

	//config.entities = false;
	//config.entities_latin = false;

fixes your problem.

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