Ticket #2096 (closed Bug: fixed)
CodePage missing in basexml.asp
| Reported by: | Michael Schreiner | Owned by: | w.olchawa |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
| Component: | File Browser | Version: | FCKeditor 2.6 |
| Keywords: | Confirmed Review+ | Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
