Logical -> Visual Hebrew in Python - version 0.2

2000-09-14 Thread Itamar Shtull-Trauring
> I've posted the code to http://www.zope.org/Members/itamar/log2vis I've released a new version, with: 1. less bugs (i.e. no more coredumps on illegal output) 2. support for left align 3. better documentation 4. Zope support. -- Itamar S.T. [EMAIL PROTECTED] Fingerprint = D365 7BE8 B81E 2B18

Re: Logical -> Visual Hebrew in Python

2000-09-14 Thread Itamar Shtull-Trauring
Ely Levy wrote: > in what cases doesn't it work? I *think* it had problems when english was the main language, but don't take my word for it - compare it's output with FriBidi (FriBidi is wonderful.) -- Itamar S.T. [EMAIL PROTECTED] Fingerprint = D365 7BE8 B81E 2B18 6534 025E D0E7 92DB E441

Re: Logical -> Visual Hebrew in Python

2000-09-14 Thread Ely Levy
in what cases doesn't it work? Ely Levy System group Hebrew University Jerusalem Israel On Thu, 14 Sep 2000, Itamar Shtull-Trauring wrote: | Uri Bruck wrote: | | > > FYI, both the PHP3 and the Perl algorithms are broken.The nicest algorithm | > | > Which perl algorithms? | | Lingua

Re: Logical -> Visual Hebrew in Python

2000-09-14 Thread Stanislav Malyshev a.k.a Frodo
IS>> Lingua::IW::Logical. Actually more like semi-broken - in some IS>> cases it works fine. Actually, it worked fine in most cases, but since there's more comprehensive implemntations, like FriBidi, I did not really find time to fix it to be 100% good. -- [EMAIL PROTECTED] \/ There shal

Re: Logical -> Visual Hebrew in Python

2000-09-14 Thread Itamar Shtull-Trauring
Uri Bruck wrote: > > FYI, both the PHP3 and the Perl algorithms are broken. The nicest algorithm > > Which perl algorithms? Lingua::IW::Logical. Actually more like semi-broken - in some cases it works fine. -- Itamar S.T. [EMAIL PROTECTED] Fingerprint = D365 7BE8 B81E 2B18 6534 025E D0E7 9

Re: Logical -> Visual Hebrew in Python

2000-09-13 Thread Uri Bruck
On Wed, 13 Sep 2000, Itamar Shtull-Trauring wrote: > If anyone's interested I have a C module (based off ICU) that converts > logical to visual Hebrew. It should be able to run on Unix and Windows, > although Win32 will only be tested once I get Visual C++. > > Next up, integration with Zope

Logical -> Visual Hebrew in Python

2000-09-13 Thread Itamar Shtull-Trauring
If anyone's interested I have a C module (based off ICU) that converts logical to visual Hebrew. It should be able to run on Unix and Windows, although Win32 will only be tested once I get Visual C++. Next up, integration with Zope (might be useful for IGLU.org.il...) FYI, both the PHP3 and the

Re: Logical -> Visual Hebrew in Python

2000-09-13 Thread Itamar Shtull-Trauring
> If anyone's interested I have a C module (based off ICU) that converts > logical to visual Hebrew. It should be able to run on Unix and Windows, > although Win32 will only be tested once I get Visual C++. I've posted the code to http://www.zope.org/Members/itamar/log2vis It's provisionally re

Logical -> Visual Hebrew in Python

2000-09-13 Thread Itamar Shtull-Trauring
If anyone's interested I have a C module (based off ICU) that converts logical to visual Hebrew. It should be able to run on Unix and Windows, although Win32 will only be tested once I get Visual C++. Next up, integration with Zope (might be useful for IGLU.org.il...) FYI, both the PHP3 and the