Ticket #3754 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

UTF-8 character codes in dashboard in Safari

Reported by: orvar Assigned to: anonymous
Priority: normal Milestone: 2.1.1
Component: Administration Version: 2.2
Severity: normal Keywords:
Cc:

Description

The parts of the dashboard that are loaded with ajax from index-extra.php (ie incoming links) are showing the utf-8 codes instead of the correct characters (for non-ascii).

This can be fixed by adding a character encoding header to index-extra.php

header("Content-Type: application/xhtml+xml; charset=utf-8");

Attachments

dashboard-error.jpg (34.6 kB) - added by orvar on 02/06/07 15:49:29.
UTF-8 codes showing in incoming links on the dashboard

Change History

02/06/07 15:49:29 changed by orvar

  • attachment dashboard-error.jpg added.

UTF-8 codes showing in incoming links on the dashboard

02/06/07 19:43:26 changed by foolswisdom

  • version set to 2.2.

02/06/07 20:12:19 changed by ryan

  • milestone changed from 2.2 to 2.1.1.

#3633 has has a patch for this.

02/06/07 20:12:56 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4871]) Send content type header. Props nbachiyski. fixes #3754