﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1168	Minimum entity rewriting on non ASCII character	bjb		"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 )."	New Feature	closed	Normal		Core : Output Data	FCKeditor 2.3.2	wontfix		
