﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8808	Non ASCII characters are not  being changed to entities in HTML attributes- except for the basic ones	Jakub Ś		"Paste in the below code in source mode and then switch to WYSIWYG and back to source:
{{{
<img alt=""This is a test to see how ckeditor handles alt tags with curly quotes &>< other characters. What's going to happen? What’s going to Й  happen with this curly apostrophe."" src=""/images/test.jpg"" style=""width: 50px; height: 50px; "" />
}}}
Notice that basic characters like {{{& > < ”}}} are encoded but {{{', Й }}} and all other non ASCII are not. What is more even setting the {{{config.entities_additional = '#39,#0146',#1049;}}} will not help. Attribute values are left untouched.

One proposed solution was that perhaps config.entities should be “extended” to support attributes.
	

"	Bug	confirmed	Normal		General	3.0			
