Ben-Nes Michael wrote:
> Hi All
>
> I noticed that php added support for fribidi using a function
> called fribidi_log2vis
>
> What will be the benefit if Ill use fribidi_log2vis and not
> hebrevc/hebrev ?

Hebrev(c)
pros: built in in PHP, no extra compile options. Documented.
cons: bugs, not completely standard-compliant. Charset is only 
ISO8859-8/Windows-1255.
Maintenance status: unmaintained, last time I asked.

Fribidi:
pros: unicode standard compliant. charset selectable.
cons: undocumented, needs a compile option (--with-fribidi) and the 
fribidi library.
Maintenance status: recently introduced, therefore alive.

Herouth

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to