In response to the user talking of "characters in the range of ASCII 224-251". These codes are not defined in ASCII. You are probably talking about one of the extensions to ASCII, probably ISO-8859-8
![]() |
|
||||||||||
|
hebrevDescriptionstring hebrev ( string hebrew_text [, int max_chars_per_line] )
Необязательный аргумент См. также описание функции hebrevc(). hebrev
nis at superlativ dot dk
04-Dec-2006 12:34
In response to the user talking of "characters in the range of ASCII 224-251". These codes are not defined in ASCII. You are probably talking about one of the extensions to ASCII, probably ISO-8859-8
tinko
14-Dec-2004 03:46
From my experience in using hebrev text in HTML, I prefer using
socket at linuxloony dot net
03-Apr-2004 06:17
The hebrev function changes the string order to RTL.
php2eran at tromer dot org
01-Jun-2001 04:35
As of PHP 4.05 there's a problem in the handling of the characters '{}[]<>' compared to MSIE. Note that normal parenthesis '()' are OK.
zak at php dot net
09-Jan-2001 03:39
hebrev() changes the flow of any Hebrew characters in a string from right-to-left to left-to-right. |