[wp-trac] [WordPress Trac] #3754: UTF-8 character codes in
dashboard in Safari
WordPress Trac
wp-trac at lists.automattic.com
Tue Feb 6 15:48:14 GMT 2007
#3754: UTF-8 character codes in dashboard in Safari
----------------------------+-----------------------------------------------
Reporter: orvar | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.2
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
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");
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/3754>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list