| translit - transliterate text between various writing systems |
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 the Lingua::Translit manpage 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.
the Lingua::Translit manpage, the Lingua::Translit::Tables manpage
http://www.lingua-systems.com/products/translit/ provides an online
frontend for the Lingua::Translit manpage.
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.
| translit - transliterate text between various writing systems |