﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12671	Pasting of double byte white space broken when copied from WordPad and into CKEditor in Internet Explorer	Lukas Felber		" * Steps to reproduce: 
1. create a html file with the following content: <html><title></title><body> &#12288;1<br> &#12288;&#12288;2<br> &#12288;&#12288;&#12288;3 </body></html>
2. Open the file in Internet Explorer and copy all 3 lines.
3. Paste them into WordPad (It's About window says 'Windows 7 Service Pack 1' only, WordPad does not seem to have a 'real' version) 
4. Copy the lines from WordPad again
5. Paste into a ckeditor text field also in Internet Explorer (I'm currently using http://ckeditor.com/demo#inline for testing)

 * Actual output:
{{{
??1
????2
??????3
}}}

 * Expected output:
{{{
　1
　　2
　　　3 
}}}"	Bug	closed	Normal		General		invalid	IBM	
