﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2917	Problem with html links on Chrome 2beta	Wiktor Walc		"Tested on Chrome 2.0.162.0. 

When an international character is somewhere in the code, FCKeditor returns broken HTML code when switching to the source mode and back (CKEditor simply hangs the browser).

To reproduce, paste this code in the source mode:
{{{
<p>ł</p>
<p><a
href=""http://example.com"">http://example.com</a></p>
}}}

in FCKeditor it is incorrectly transformed into:
{{{
<p>ł</p>
<p><a href=""h _fcksavedurl="">http://example.com</a></p>
}}}

Note that if we use ""l"" instead of ""ł"", everything is working fine so it definitely has something to do with non-ascii characters.

This bug was originally reported here: http://www.fckeditor.net/forums/viewtopic.php?f=5&t=12946"	Bug	closed	Normal		General	FCKeditor 2.5.1	fixed	Confirmed	
