summaryrefslogtreecommitdiff
path: root/README
blob: 1385f68e1b10a5901d2acd5449d6e4764be57719 (plain)
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
Perl Module Lingua::Translit
----------------------------

ABOUT

Lingua::Translit can be used to convert text from one writing system to
another, based on national or international transliteration tables.
Where possible a reverse transliteration is supported.


PREREQUISTES

Perl 5.8.0 or above

If you are going to work on the included XML definitions or even want to
write your own, XML::LibXML is needed as well.


INSTALLATION

To test and install Lingua::Translit, untar the archive and execute

        perl Makefile.PL
        make
        make test
        make install


COPYRIGHT AND LICENSE

Copyright (C) 2007-2008 Alex Linke and Rona Linke
Copyright (C) 2009-2016 Lingua-Systems Software GmbH
Copyright (C) 2016-2017 Netzum Sorglos, Lingua-Systems Software GmbH
Copyright (C) 2017-2022 Netzum Sorglos Software GmbH

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