Chris Jacobs wrote on 3/15/2004, 10:08 PM:
> ----- Original Message ----- > From: "Kenneth Whistler" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, March 16, 2004 2:28 AM > Subject: Re: in the NEW YORK TIMES today, report of a USA patent for a > met > hod to make the Arabic language easier to read/write/typeset > > > > Mark Shoulson said: > > > > > (Me, I think > > > it's a cool idea, but I'm notorious for being fascinated by shiny new > > > things.) > > > >â a gnieb rof suoiroton m'I tub ,aedi bmud a s'ti kniht I ,eMâ > >â .tehctorc evitcaerâ > >â neK --â > > âIf you really typed that in backwards someone should teach you aboutâ > âunicode.â Not really, CSS2 is good enough. You don't need unicode to do that. Try the following HTML (and CSS2) source in your browser: <div style="direction:rtl; unicode-bidi:bidi-override;"> Try the following HTML (and CSS2) source in your browser: </div>

