php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #23364 It is necessary to specify charset first
Submitted: 2003-04-26 14:29 UTC Modified: 2004-02-07 06:02 UTC
From: alfred at attractor dot jp Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5CVS-2003-04-26 (dev) OS: Microsoft Windows
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: alfred at attractor dot jp
New email:
PHP Version: OS:

 

 [2003-04-26 14:29 UTC] alfred at attractor dot jp
For example, if HTML page encoding is UTF-8,
It is necessary to write the following tag
prior to the other tag
which include multi-byte characters.

<META HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8">

However, the HTML help file
distributed by php.net is not filling it,
and it has the page which cannot be displayed.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-26 14:52 UTC] moriyoshi@php.net
Which edition of the manual are you referring to?
Sounds like a problem of Japanese one..
 [2003-04-26 15:36 UTC] alfred at attractor dot jp
I am referring to the Japanese Edition.
It is the following file.
http://www.php.net/distributions/manual/php_manual_ja.chm
 [2003-05-03 05:36 UTC] moriyoshi@php.net
That's due to a bug in dsssl version of the docbook stylesheet. Please wait until a full-featured xsl version of the chm edition.


 [2004-02-07 06:02 UTC] nlopess@php.net
Its working now.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Aug 11 17:00:03 2025 UTC