| Oli_pla At Hotmail Dot Com 2005-02-20, 8:56 am |
| ID: 32028
Comment by: oli_pla at hotmail dot com
Reported By: corentin at akoufen dot kicks-ass dot net
Status: Open
Bug Type: Website problem
Operating System: Mac OS X 10.3.8
PHP Version: Irrelevant
New Comment:
In fact the php.net server sends an HTTP header with charset=utf-8,
which messes up the rendering of documentation pages (whose actual
encoding is not UTF-8).
Previous Comments:
------------------------------------------------------------------------
[2005-02-19 16:37:34] corentin at akoufen dot kicks-ass dot net
Description:
------------
The php.net doesn't send any character encoding information to the
browser, the problem is that my FireFox considers it to be UTF-8
whereas it's in ISO-8859-1, and the page renders poorly.
A solution to this issue would be to specify the encoding as a
parameter of the html tag of the site, or to use SGML equivalents to
the accentuated chars in the french documentation site.
Expected result:
----------------
accentuated chars.
Actual result:
--------------
question marks, tabs and spaces...
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32028&edit=1
|