logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Further Information

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

TECkit                                             2015-11-13                                         TXTCONV(1)

Name

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

Options

Requiredarguments:-i <file>
              input file

       -o <file>
              output file

       Optionalarguments:-t <file>
              compiled TECkit mapping (.tec) file

       -r     reverse (RHS->LHS, or Unicode->Byte) mapping

       -if <form>
              input encoding form

       -of <form>
              output encoding form

       -nobom don't write a BOM to Unicode output

       -nf[cd]
              apply NFC or NFD normalization to Unicode output

       -u <n> handling of unmappable input:

              • 0 = use replacement character

              • 1 = use replacement but generate warning

              • 2 = stop conversion

       Encodingforms:

              bytes utf8 utf16be utf16le utf16 utf32be utf32le utf32

Synopsis

txtconv-iinFile-ooutFile [-ttecFile] [-r] [-ifinForm] [-ofoutForm] [-nobom] [-nf[cd]] [-un]

See Also