php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32051 Charset mismatch on russian pages
Submitted: 2005-02-21 15:14 UTC Modified: 2005-02-21 15:21 UTC
From: rxl at mail dot ru Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2005-02-21 15:14 UTC] rxl at mail dot ru
Description:
------------
Russian pages (http://www.php.net/manual/ru/) contents windows-1251 (cp1251) encoded letters. "Content-type" of HTTP-header says about UTF-8.

Testing log:

# telnet www.php.net 80
Trying 64.246.30.37...
Connected to www.php.net.
Escape character is '^]'.
GET http://www.php.net/manual/ru/ HTTP/1.1
Host: www.php.net

HTTP/1.1 200 OK
Date: Mon, 21 Feb 2005 13:34:34 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: ru
Set-Cookie: COUNTRY=RUS%2C217.69.210.161; expires=Mon, 28-Feb-05 13:35:01 GMT; path=/; domain=.php.net
Last-Modified: Mon, 21 Feb 2005 13:12:59 GMT
Vary: Cookie
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html;charset=utf-8



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-21 15:21 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 13:01:30 2024 UTC