DOKK / manpages / debian 12 / teckit / sfconv.1.en
SFCONV(1) General Commands Manual SFCONV(1)

sfconv - A tool for converting the encoding of Standard Format (SF) files

A tool for converting Standard Format (SF) files is included in the current TECkit package. This is sfconv , a command-line tool that uses an XML “control file” to specify the mappings associated with the various markers in an SF file. Note that the current SFconv tool should be considered a prototype rather than a full solution to the issue of SF conversions. A more complete tool with an improved user interface would be desirable.

The SFconv utility uses command-line options to specify the conversion direction, control file, and input and output files. The required arguments are:

-8u|-u8
conversion direction: 8-bit to Unicode or vice versa
specifies XML control file
specifies filename of input SF file
specifies filename for converted output

In addition, the following optional arguments may be used if appropriate:

directory where mapping files ( .tec files) are to be found
Unicode encoding form: UTF-8, UTF-16BE, or UTF16-LE (default is UTF8 for output, or detected from input file if BOM is present)
(only when mapping to Unicode) write initial BOM to the output file
(only when mapping to Unicode) normalize to NFC or NFD

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