Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 2057)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 2058)
@@ -247,4 +247,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2208</a>] Added missing
 			translations in Italian language file.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2096">#2096</a>] Added the 
+			codepage to basexml file. Filenames with special chars should now display properly.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/filemanager/connectors/asp/basexml.asp
===================================================================
--- /FCKeditor/trunk/editor/filemanager/connectors/asp/basexml.asp	(revision 2057)
+++ /FCKeditor/trunk/editor/filemanager/connectors/asp/basexml.asp	(revision 2058)
@@ -31,4 +31,5 @@
 
 	' Set the response format.
+	Response.CodePage 		= 65001
 	Response.CharSet		= "UTF-8"
 	Response.ContentType	= "text/xml"
