Text-Bidi This is a perl interface to the libfribidi library that implements the Unicode bidi algorithm. The bidi algorithm is a specification for displaying text that consists of both left-to-right and right-to-left written languages. The current version (2.0) is a complete re-implementation, and the interface is incompatible with older versions. PREREQUISITES The GNU fribidi library should be installed prior to installing this module. It is available from http://fribidi.org . To re-build the interface files, swig is required. However, the module comes with these files, so swig is not necessary. Swig is available at http://www.swig.org . Version 2.0.10 was used to build the interface files. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make install As mentioned above, fribidi should already be installed. SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Text::Bidi You can also look for information at: Search CPAN http://search.cpan.org/dist/Text-Bidi CPAN Request Tracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-Bidi AnnoCPAN, annotated CPAN documentation: http://annocpan.org/dist/Text-Bidi CPAN Ratings: http://cpanratings.perl.org/d/Text-Bidi COPYRIGHT AND LICENCE Copyright (C) 2006-2013 Moshe Kamensky This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.