![]() |
![]()
| ![]() |
![]()
NAMEfribidi.pl - Convert logical text to visual, via the unicode bidi algorithm VERSIONversion 2.18 SYNOPSIS# display bidi text given in logical order in foo.txt fribidi.pl foo.txt # same, but force Right-To-Left paragraph direction fribidi.pl --rtl foo.txt # same, but break lines on spaces fribidi.pl --rtl --break -- foo.txt DESCRIPTIONThis script is similar to the fribidi(1) program provided with libfribidi, and performs a subset of its functions. The main point is to test Text::Bidi and provide a usage example. OPTIONS
ARGUMENTSAny argument is interpreted as a file name, and the content of all the files, as well as the standard input are concatenated together. SEE ALSOText::Bidi, Text::Bidi::Paragraph, fribidi(1) AUTHORMoshe Kamensky <kamensky@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2015 by Moshe Kamensky. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|