1TXTCONV(1) General Commands Manual TXTCONV(1)
2
3
4
6 txtconv - A tool to apply TECkit mappings to convert the encoding of a
7 plain text file
8
10 txtconv -i inFile -o outFile [-t tecFile] [-r] [-if inForm] [-of out‐
11 Form] [-nobom] [-nf[cd]] [-u n]
12
14 Required arguments:
15
16 -i <file>
17 input file
18
19 -o <file>
20 output file
21
22 Optional arguments:
23
24 -t <file>
25 compiled TECkit mapping (.tec) file
26
27 -r reverse (RHS->LHS, or Unicode->Byte) mapping
28
29 -if <form>
30 input encoding form
31
32 -of <form>
33 output encoding form
34
35 -nobom don't write a BOM to Unicode output
36
37 -nf[cd]
38 apply NFC or NFD normalization to Unicode output
39
40 -u <n> handling of unmappable input:
41
42 · 0 = use replacement character
43
44 · 1 = use replacement but generate warning
45
46 · 2 = stop conversion
47
48 Encoding forms:
49
50 bytes utf8 utf16be utf16le utf16 utf32be utf32le utf32
51
53 For further information see the document TECkit_Tools.pdf. On a Debian
54 system, this can be found in /usr/share/doc/teckit.
55
56
57
58TECkit 2015-11-13 TXTCONV(1)