File: README

package info (click to toggle)
libencode-arabic-perl 14.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 636 kB
  • sloc: perl: 4,456; javascript: 16; makefile: 11
file content (39 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (3)
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
Encode Arabic - Encodings of Arabic

Encode Arabic is a wrapper for modules implementing the various encoding
systems used for the Arabic language and covering even some non-Arabic
extensions to the Arabic script. The modules fit in the philosophy of
Encode::Encoding and can be used directly with the Encode module.


INSTALLATION

To install this module, run the following from the command line:

    perl Build.PL
    Build
    Build test
    Build install

or use the Perl Package Manager instead and run

    ppm

to enter the interactive interface for module management.


DOCUMENTATION

Visit the site http://search.cpan.org/dist/Encode-Arabic/ or run

    perldoc [file|module]

in order to get more information on this and related software.


COPYRIGHT AND LICENCE

Copyright (C) 2003-2016 Otakar Smrz

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