php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #22830 Missing HTML directives in Hebrew online documentation version
Submitted: 2003-03-23 08:19 UTC Modified: 2003-05-27 05:48 UTC
From: dan dot abarbanel at gonext dot co dot il Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.0 OS: Win 2K + MSIE 5.50
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dan dot abarbanel at gonext dot co dot il
New email:
PHP Version: OS:

 

 [2003-03-23 08:19 UTC] dan dot abarbanel at gonext dot co dot il
When entering Hebrew language PHP online documentation (URL: http://www.php.net/manual/he/), page is displayed from left to right, and using Visual hebrew. I am using Microsoft IE Version 5.50 on Win 2K professional edition.

I believe this issue can be resolved by adding the line
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-8-i"> into the <head> part of the pages (the "iso-8859-8-i" denotes logical hebrew - you may want to use Hebrew-Windows - I don't remember the charset right now). Also, the <body ...> directive should probably be changes to <body ... dir=rtl>.

Thank you

Dan Abarbanel

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-23 11:01 UTC] momo@php.net
it's on my todo, but the first task is fixing the build.

if some one dsssl\jade guru can make it build thats will be nice. here the discussing on the list:
http://news.php.net/article.php?group=php.doc&article=%3C20030312172000.44289.qmail%40pb1.pair.com%3E


 [2003-05-27 05:48 UTC] momo@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 22:00:01 2025 UTC