.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" 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 .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . 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 1" .TH TRANSLIT 1 2023-07-25 "perl v5.38.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 \fBUTF\-8\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 \&\fBNOTE\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 \fIFILE\fR" 4 .IX Item "--infile, -i FILE" Read text from \fIFILE\fR. Defaults to STDIN. .IP "\fB\-\-outfile\fR, \fB\-o\fR \fIFILE\fR" 4 .IX Item "--outfile, -o FILE" Write the transliterated text to \fIFILE\fR. Defaults to STDOUT. .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 STDERR. .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 UTF\-8 encoded. .SH BUGS .IX Header "BUGS" None known. .PP Please report bugs using CPAN'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.