Opened 17 years ago
Closed 17 years ago
#2096 closed Bug (fixed)
CodePage missing in basexml.asp
Reported by: | Michael Schreiner | Owned by: | Wojciech 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 (1)
Change History (8)
comment:1 Changed 17 years ago by
Keywords: | Confirmed HasPatch added; basexml.asp codepage removed |
---|
comment:2 Changed 17 years ago by
Keywords: | Review? added; HasPatch removed |
---|---|
Milestone: | → FCKeditor 2.6.1 |
Owner: | set to Wojciech Olchawa |
Status: | new → assigned |
comment:3 Changed 17 years ago by
Keywords: | Review- added; Review? removed |
---|
Changed 17 years ago by
Attachment: | 2096.patch added |
---|
comment:5 Changed 17 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|
Wojtek, I see no patch here... ?!