Opened 16 years ago

Closed 16 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)

2096.patch (1.1 KB) - added by Wojciech Olchawa 16 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed HasPatch added; basexml.asp codepage removed

comment:2 Changed 16 years ago by Wojciech Olchawa

Keywords: Review? added; HasPatch removed
Milestone: FCKeditor 2.6.1
Owner: set to Wojciech Olchawa
Status: newassigned

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Review- added; Review? removed

Wojtek, I see no patch here... ?!

Changed 16 years ago by Wojciech Olchawa

Attachment: 2096.patch added

comment:4 Changed 16 years ago by Wojciech Olchawa

Sorry for the inconvenience. I've forgot to attach the file.

comment:5 Changed 16 years ago by Wojciech Olchawa

Keywords: Review? added; Review- removed

comment:6 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:7 Changed 16 years ago by Wojciech Olchawa

Resolution: fixed
Status: assignedclosed

Fixed with [2058]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy