On Sat, 16 Mar 2002, Sagi Bashari wrote: > 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 whywe should work > hard to provide visual hebrew support.
Agree > > About hebrev, see what happens with the normal function in php: > [sagi@domino sagi]$ cat a.php > <?php > > $str = '<b>����</b> <i>����</i> ��� �����<br>'; > What happened if you later had to add a '<br> between a <i> and a </i> ? You would end up with one closing I tag that has no opener, and ope opening I tag that has no closer. Is anybody else thinking "yuck!"? -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir ---------------------------------------------------------------------------- To unsubscribe, send a message to [EMAIL PROTECTED] Archives available at http://www.mail-archive.com/[email protected]/
