From: "Shlomi Fish" <[EMAIL PROTECTED]> > Isn't there something like hebrev() for HTML? It should be possible to > implement such a thing. However, I would prefer it we stick to logical > Hebrew. Implementing support for visual Hebrew display should be delayed > to later on. >
I also think that logical hebrew is a better solution. Most of the Israeli users can view logical hebrew today, and those who can't, probably can't view 90% of the israeli websites anyway, so I can't see why we should work hard to provide visual hebrew support. About hebrev, see what happens with the normal function in php: [sagi@domino sagi]$ cat a.php <?php $str = '<b>����</b> <i>����</u> ��� �����<br>'; print hebrev($str)."\n"; ?> [sagi@domino sagi]$ php a.php X-Powered-By: PHP/4.1.2 Content-type: text/html >br<����� ��� >u/<����>b> <i/<����><b [sagi@domino sagi]$ That's the latest version from PHP 4.1.2. It looks like there's experimental FriBidi module in PHP now, and it might preform better... I'll try it later. Sagi ---------------------------------------------------------------------------- To unsubscribe, send a message to [EMAIL PROTECTED] Archives available at http://www.mail-archive.com/[email protected]/
