1TRANSLIT(1) User Contributed Perl Documentation TRANSLIT(1)
2
3
4
6 translit - transliterate text between various writing systems
7
9 translit -t name -r -i file -o file -l -v -h
10
12 translit transliterates UTF-8 encoded natural language text from one
13 writing system to another.
14
15 It utilizes the Perl module Lingua::Translit to accomplish this task
16 and follows the provided transliteration standards as strict as
17 possible.
18
19 translit regards the following commandline switches:
20
21 --trans, -t name
22 Use the transliteration standard named name.
23
24 --reverse, -r
25 Transliterate in reverse direction.
26
27 NOTE: Not every transliteration is capable of being reversed. If
28 unsure, have a look at the list of supported transliterations using
29 the --list switch.
30
31 --infile, -i FILE
32 Read text from FILE. Defaults to STDIN.
33
34 --outfile, -o FILE
35 Write the transliterated text to FILE. Defaults to STDOUT.
36
37 --list, -l
38 Print a list of supported transliterations showing their
39
40 • name
41
42 • reversibility
43
44 • description
45
46 --verbose, -v
47 Print verbose status messages to STDERR.
48
49 --help, -h
50 Show a short help text introducing command line switches only.
51
53 The input has to be UTF-8 encoded.
54
56 None known.
57
58 Please report bugs using CPAN's request tracker at
59 <https://rt.cpan.org/Public/Dist/Display.html?Name=Lingua-Translit>.
60
62 Lingua::Translit, Lingua::Translit::Tables
63
65 Alex Linke <alinke@netzum-sorglos.de>
66
67 Rona Linke <rlinke@netzum-sorglos.de>
68
70 Copyright (C) 2007-2008 Alex Linke and Rona Linke
71
72 Copyright (C) 2009-2016 Lingua-Systems Software GmbH
73
74 Copyright (C) 2016-2017 Netzum Sorglos, Lingua-Systems Software GmbH
75
76 Copyright (C) 2017-2022 Netzum Sorglos Software GmbH
77
78 This module is free software; you can redistribute it and/or modify it
79 under the same terms as Perl itself.
80
81
82
83perl v5.38.0 2023-07-20 TRANSLIT(1)