[FriBidi] FriBidi perl module doesn't work for me...

Thurn, Martin martin.thurn at ngc.com
Mon Sep 26 10:01:24 PDT 2005


> From: Behdad Esfahbod [mailto:behdad at cs.toronto.edu] 
> 
> Cool.  But note, FriBidi works on machine-endian.  Not LE.
> Simply converting to 'UTF-32' doesn't work, but 'UTF-32-LE' does?

  Yes.  [Reading the F manual...]  If you just say 'UTF-32', Perl
defaults to BE with BOM.  Luckily, it's easy to find out what
machine-endian is, and make the perl code OS-independent.
  Thanks for your help!

 - - Martin


More information about the fribidi mailing list