File: README

package info (click to toggle)
text-bidi 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 228 kB
  • ctags: 402
  • sloc: ansic: 2,850; perl: 801; makefile: 44
file content (56 lines) | stat: -rw-r--r-- 1,626 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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.

PREREQUISITES

The fribidi library should be installed prior to installing this module. It 
is available from http://fribidi.org . The module was tested with version 
0.10.7 of the library.

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 1.3.31 was used to build the interface files.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

As mentioned above, fribidi should be installed. Note that most of the tests  
during 'make test' will probably fail, because of (apparently) a bug in 
libfribidi, as described in the pod.

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-2007 Moshe Kamensky

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.