php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46663 bugs.php.net not specifying character encoding
Submitted: 2008-11-25 08:55 UTC Modified: 2010-03-09 18:54 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: oistein dot notnas at mtu dot no Assigned: jani (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: oistein dot notnas at mtu dot no
New email:
PHP Version: OS:

 

 [2008-11-25 08:55 UTC] oistein dot notnas at mtu dot no
Description:
------------
bugs.php.net seem to use character encoding iso-8859-1, but does not specify it anywhere unlike www.php.net which has a meta tag specifying UTF-8.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

bugs.php.net only has the following in header:
Content-Type	text/html

Should be
Content-Type: text/html; charset=ISO-8859-1
or should include a tag
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>

Or maybe it should be UTF-8 ?

Reproduce code:
---------------
Load following page with UTF-8 or similar as default encoding in your browser:
http://bugs.php.net/bug.php?id=42233


Expected result:
----------------
Page with proper characters displayed.

Actual result:
--------------
Boxes instead of æ, ø and å.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-25 08:59 UTC] oistein dot notnas at mtu dot no
This could be because the poster of the example bug report used ISO-8859-1 as default encoding in his/her browser. Watching my bug report in ISO-8859-1 will give æ, ø and Ã¥ instead of æ, ø and å.

Same as the example in ISO-8859-1 displays as "�", "�"
or "�" in UTF-8.
 [2010-03-09 18:54 UTC] jani@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: jani
 [2010-03-09 18:54 UTC] jani@php.net
This bug has been fixed in SVN. Since the websites are not directly
updated from the SVN server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Apr 28 11:01:30 2025 UTC