﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2096	CodePage missing in basexml.asp	Michael Schreiner	Wojciech Olchawa	"In /editor/filemanager/connectors/asp/basexml.asp the charset ist set in line 33:

{{{Response.CharSet = ""UTF-8""}}}

but additionaly the codepage has to be set correctly with:

{{{Response.CodePage = 65001}}}

At the moment an IIS defaulting to another encoding doesn't submit XML-data in UTF-8 and browsing a directory containing files with special chars like umlaute results in an error on IE. Firefox doesn't show an error, but filenames with special chars aren't displayed corectly."	Bug	closed	Normal	FCKeditor 2.6.1	File Browser	FCKeditor 2.6	fixed	Confirmed Review+	
