﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11698	Latin chars not converted to HTML entities with following configurations	nikos	Piotrek Koszuliński	"When creating editor in samples with following configurations, latin chars are not encoded as HTML entities

1. Create editor with configurations like below

CKEDITOR.replace( 'editor1', {[[BR]]
 allowedContent: true,[[BR]]
 entities_latin: false,[[BR]]
 entities_processNumerical: 'force',[[BR]]
 fullPage: true[[BR]]
});

2. Copy-paste HTML code to body where parent element has attribute contenteditable=""true"" and inner text/siblings contains latin chars, e.g. code below

<table>
<tbody>
<tr>
<td contenteditable=""true"">ÅÖÄ</td>
<td contenteditable=""true"">ÅÖÄ</td>
</tr>
</tbody>
</table>

3. Toggle to WYSIWYG and back

If one then removes contenteditable attribute in Source view or comments out the allowedContent property from config, latin chars are encoded properly."	Bug	closed	Normal	CKEditor 4.4.1	General	4.3 Beta	fixed		
