logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

translit - transliterate text between various writing systems

Authors

Bugs

       None known.

       Please        report         bugs         using         CPAN's         request         tracker         at
       <https://rt.cpan.org/Public/Dist/Display.html?Name=Lingua-Translit>.

Description

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:

       --trans, -tname
           Use the transliteration standard named name.

       --reverse, -r
           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.

       --infile, -iFILE
           Read text from FILE. Defaults to STDIN.

       --outfile, -oFILE
           Write the transliterated text to FILE. Defaults to STDOUT.

       --list, -l
           Print a list of supported transliterations showing their

           •   name

           •   reversibility

           •   description

       --verbose, -v
           Print verbose status messages to STDERR.

       --help, -h
           Show a short help text introducing command line switches only.

Name

       translit - transliterate text between various writing systems

Restrictions

       The input has to be UTF-8 encoded.

See Also

       Lingua::Translit, Lingua::Translit::Tables

Synopsis

       translit -tname-r-ifile-ofile -l -v -h

See Also