﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8598	Cyrillic characters in CKEditor for ASP.net becomes garbage in ISO-8859-1	Amund		"When using CKEditor for ASP.net 3.6.2 and inputing cyrillic characters, the CKEditorControl.Text property becomes incorrect.

Example insert Text Э into the CKEditor, do a postback. In the postbody, note that it's been correctly converted by the browser to &#1069; since the page is running with charset ISO-8859-1. In CKEditorControl.Text it becomes the character ""-"".

Workaround for us, it to wrap the control, and have our own IPostBackDataHandler with LoadPostData method where we just assign the wrapped CKEditorControl.Text property to postCollection[postDataKey]."	Bug	closed	Normal		Server : ASP.Net	3.6.2	worksforme	encoding, cyrillic	
