Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#3754 closed defect (bug) (fixed)

UTF-8 character codes in dashboard in Safari

Reported by: orvar Owned by:
Priority: normal Milestone: 2.1.1
Component: Administration Version: 2.2
Severity: normal Keywords:
Cc: Focuses:

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 (1)

dashboard-error.jpg (34.6 KB ) - added by orvar 20 years ago.
UTF-8 codes showing in incoming links on the dashboard

Download all attachments as: .zip

Change History (4)

@orvar
20 years ago

UTF-8 codes showing in incoming links on the dashboard

#1 @foolswisdom
20 years ago

  • Version2.2

#2 @ryan
20 years ago

  • Milestone 2.22.1.1

#3633 has has a patch for this.

#3 @ryan
20 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.