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)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
UTF-8 codes showing in incoming links on the dashboard