Scroll to navigation

TXTCONV(1) General Commands Manual TXTCONV(1)

NAME

txtconv - A tool to apply TECkit mappings to convert the encoding of a plain text file

SYNOPSIS

txtconv -i inFile -o outFile [-t tecFile] [-r] [-if inForm] [-of outForm] [-nobom] [-nf[cd]] [-u n]

OPTIONS

Required arguments:

input file
output file

Optional arguments:

compiled TECkit mapping (.tec) file
reverse (RHS->LHS, or Unicode->Byte) mapping
input encoding form
output encoding form
don't write a BOM to Unicode output
apply NFC or NFD normalization to Unicode output
handling of unmappable input:
• 0 = use replacement character
• 1 = use replacement but generate warning
• 2 = stop conversion

Encoding forms:

bytes utf8 utf16be utf16le utf16 utf32be utf32le utf32

Further Information

For further information see the document TECkit_Tools.pdf. On a Debian system, this can be found in /usr/share/doc/teckit.

2015-11-13 TECkit