Ticket #2096 (closed Bug: fixed)

Opened 22 months ago

Last modified 20 months ago

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

2096.patch (1.1 KB) - added by w.olchawa 21 months ago.

Change History

Changed 21 months ago by w.olchawa

  • keywords Confirmed HasPatch added; basexml.asp codepage removed

Changed 21 months ago by w.olchawa

  • keywords Review? added; HasPatch removed
  • owner set to w.olchawa
  • status changed from new to assigned
  • milestone set to FCKeditor 2.6.1

Changed 21 months ago by fredck

  • keywords Review- added; Review? removed

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

Changed 21 months ago by w.olchawa

Changed 21 months ago by w.olchawa

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

Changed 21 months ago by w.olchawa

  • keywords Review? added; Review- removed

Changed 20 months ago by alfonsoml

  • keywords Review+ added; Review? removed

Changed 20 months ago by w.olchawa

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [2058]

Note: See TracTickets for help on using tickets.