Edit report at http://pear.php.net/bugs/bug.php?id=16040&edit=1
ID: 16040
Updated by: helgith@gmail.com
Reported By: mike at silverorange dot com
Summary: Character encoding incorrect
Status: Open
Type: Bug
Package: pearweb
Operating System: Irrelevant
PHP Version: Irrelevant
-Assigned To:
+Assigned To: dufuz
-Roadmap Versions:
+Roadmap Versions: 1.18.0
New Comment:
-Assigned To:
+Assigned To: dufuz
-Roadmap Versions:
+Roadmap Versions: 1.18.0
The database is latin-1 so we have to convert that first before we
start outputting the website in UTF-8.
The reason why this is happening is because you can have a package.xml
file in UTF-8 or ISO8859-15 :-)
Tomorrow we will convert the database and fix the output
Previous Comments:
------------------------------------------------------------------------
[2009-03-17 13:24:45] gauthierm
Description:
------------
For the page http://pear.php.net/package/PHP_CodeSniffer/download/, the
content-type header sent is "text/html; charset=ISO-8859-15". The page
content is actually in UTF-8. This causes a certain name to display
incorrectly.
------------------------------------------------------------------------