php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32094 Problem with charset
Submitted: 2005-02-24 17:27 UTC Modified: 2005-04-06 00:09 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:0 (0.0%)
From: qubol at polbox dot com Assigned: derick (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.0.2 OS: Windows 98
Private report: No CVE-ID: None
 [2005-02-24 17:27 UTC] qubol at polbox dot com
Description:
------------
Since a month the PHP documentation in Polish language (http://www.php.net/manual/pl) is displayed improperly - Polish characters are replaced by some other.
I checked it out in my computer at Opera, Gecko and IE - all browsers do not show correct text. I also experienced that problem on other machine, running Windows 2000 with IE 6.0.


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-25 12:21 UTC] nlopess@php.net
This is a know problem and is reported on other bug reports.
We are currently working on it.
 [2005-03-01 11:39 UTC] intro at pf dot pl
The problem is caused by Apache config file. Here's, what i got from your server:
HTTP/1.1 200 OK
Date: Tue, 01 Mar 2005 10:18:11 GMT
Server: Apache/1.3.26 (Unix) mod_gzip/1.3.26.1a PHP/4.3.3-dev
X-Powered-By: PHP/4.3.3-dev
Content-language: pl
Set-Cookie: LAST_LANG=pl; expires=Wed, 01-Mar-06 10:18:11 GMT; path=/; domain=.php.net
Last-Modified: Tue, 01 Mar 2005 10:13:05 GMT
Vary: Cookie
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html;charset=utf-8

The last line sets encoding to utf-8, but website is encoded in iso-8859-2

in Apache config file the following line should be commented out:
# AddDefaultCharset UTF-8
 [2005-04-06 00:09 UTC] cece@php.net
Problem solved.
The polish documentation rebuilt from xml sources 
with the new settings (show all languages with
utf-8 encoding). 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Aug 16 10:01:28 2024 UTC