.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "TRANSLIT 1p" .TH TRANSLIT 1p "2022-10-13" "perl v5.34.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" translit \- transliterate text between various writing systems .SH "SYNOPSIS" .IX Header "SYNOPSIS" translit \fB\-t\fR \fIname\fR \fB\-r\fR \fB\-i\fR \fIfile\fR \fB\-o\fR \fIfile\fR \-l \-v \-h .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBtranslit\fR transliterates \fB\s-1UTF\-8\s0\fR encoded natural language text from one writing system to another. .PP It utilizes the Perl module Lingua::Translit to accomplish this task and follows the provided transliteration standards as strict as possible. .PP \&\fBtranslit\fR regards the following commandline switches: .IP "\fB\-\-trans\fR, \fB\-t\fR \fIname\fR" 4 .IX Item "--trans, -t name" Use the transliteration standard named \fIname\fR. .IP "\fB\-\-reverse\fR, \fB\-r\fR" 4 .IX Item "--reverse, -r" Transliterate in reverse direction. .Sp \&\fB\s-1NOTE\s0\fR: Not every transliteration is capable of being reversed. If unsure, have a look at the list of supported transliterations using the \&\fB\-\-list\fR switch. .IP "\fB\-\-infile\fR, \fB\-i\fR \fI\s-1FILE\s0\fR" 4 .IX Item "--infile, -i FILE" Read text from \fI\s-1FILE\s0\fR. Defaults to \s-1STDIN.\s0 .IP "\fB\-\-outfile\fR, \fB\-o\fR \fI\s-1FILE\s0\fR" 4 .IX Item "--outfile, -o FILE" Write the transliterated text to \fI\s-1FILE\s0\fR. Defaults to \s-1STDOUT.\s0 .IP "\fB\-\-list\fR, \fB\-l\fR" 4 .IX Item "--list, -l" Print a list of supported transliterations showing their .RS 4 .IP "\(bu" 4 name .IP "\(bu" 4 reversibility .IP "\(bu" 4 description .RE .RS 4 .RE .IP "\fB\-\-verbose\fR, \fB\-v\fR" 4 .IX Item "--verbose, -v" Print verbose status messages to \s-1STDERR.\s0 .IP "\fB\-\-help\fR, \fB\-h\fR" 4 .IX Item "--help, -h" Show a short help text introducing command line switches only. .SH "RESTRICTIONS" .IX Header "RESTRICTIONS" The input has to be \s-1UTF\-8\s0 encoded. .SH "BUGS" .IX Header "BUGS" None known. .PP Please report bugs using \s-1CPAN\s0's request tracker at . .SH "SEE ALSO" .IX Header "SEE ALSO" Lingua::Translit, Lingua::Translit::Tables .SH "AUTHORS" .IX Header "AUTHORS" Alex Linke .PP Rona Linke .SH "LICENSE AND COPYRIGHT" .IX Header "LICENSE AND COPYRIGHT" Copyright (C) 2007\-2008 Alex Linke and Rona Linke .PP Copyright (C) 2009\-2016 Lingua-Systems Software GmbH .PP Copyright (C) 2016\-2017 Netzum Sorglos, Lingua-Systems Software GmbH .PP Copyright (C) 2017\-2022 Netzum Sorglos Software GmbH .PP This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.