Opened 17 years ago
Closed 12 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>été</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
Keywords: | entity encoding language removed |
---|---|
Milestone: | FCKeditor 2.5 |
comment:2 Changed 16 years ago by
Component: | General → Core : Output Data |
---|---|
Keywords: | Confirmed added |
Version: | FCKeditor 2.4.3 → FCKeditor 2.3.2 |
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FCKeditor is no longer supported and setting one of the below options to false in CKEditor
fixes your problem.