
translit - transliterate text between various writing systems

translit -t name -r -i file -o file

translit transliterates UTF-8 encoded natural language text from one writing system to another.
It utilizes the Perl module Lingua::Translit to accomplish this task and follows the provided transliteration standards as strict as possible.
translit regards the following commandline switches:
Use the transliteration standard named name.
Transliterate in reverse direction.
NOTE: Not every transliteration is capable of being reversed. If unsure, have a look at the list of supported transliterations using the --list switch.
Read text from FILE. Defaults to STDIN.
Write the transliterated text to FILE. Defaults to STDOUT.
Print a list of supported transliterations showing their
* name * reversibility * description
Print verbose status messages to STDOUT.
Show a short help text introducing commandline switches only.

The input has to be UTF-8 encoded.

None known.
Please report bugs to perl@lingua-systems.com.

Lingua::Translit, Lingua::Translit::Tables
http://www.lingua-systems.com/products/translit/ provides an online frontend for Lingua::Translit.

Alex Linke <alinke@lingua-systems.com>
Rona Linke <rlinke@lingua-systems.com>

Copyright (c) 2008, Alex Linke and Rona Linke. All rights reserved.
This program is free software. It may be used, redistributed and/or modified under the terms of either the GPL v2 or the Artistic license.