RE: FriBidi perl module doesn't work for me...
"Thurn, Martin" <[email protected]>
| Newsgroups | gmane.comp.internationalization.fribidi |
|---|---|
| Message-ID | <[email protected]> |
> From: Behdad Esfahbod [mailto:[email protected]] > > 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