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


CONTACT

You are welcome to contact the authors at perl@lingua-systems.com
if you have any suggestions and contributions.


COPYRIGHT AND LICENSE

Copyright (C) 2007-2008 Alex Linke and Rona Linke
Copyright (C) 2009-2016 Lingua-Systems Software GmbH

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