remove debian provided man pages, available in the dist
Norbert Preining
4 years ago
0 | .TH sfconv "1" "2015-11-13" "2.5.4" | |
1 | .SH NAME | |
2 | sfconv \- A tool for converting the encoding of Standard Format (SF) files | |
3 | .SH SYNOPSIS | |
4 | .SS "8-bit to Unicode:" | |
5 | .TP | |
6 | sfconv \fB\-8u\fR [\-utf8|\-be|\-le] [\-bom] \fB\-c\fR ControlFile [\-d MappingDirectory] \fB\-i\fR InFile \fB\-o\fR OutFile | |
7 | .SS "Unicode to 8-bit:" | |
8 | .TP | |
9 | sfconv \fB\-u8\fR [\-utf8|\-be|\-le] \fB\-c\fR ControlFile [\-d MappingDirectory] \fB\-i\fR InFile \fB\-o\fR OutFile | |
10 | .SH "DESCRIPTION" | |
11 | A tool for converting Standard Format (SF) files is included in the current TECkit package. | |
12 | This is \fBsfconv\fR , a command-line tool that uses an XML “control file” to specify the | |
13 | mappings associated with the various markers in an SF file. Note that the current SFconv tool | |
14 | should be considered a prototype rather than a full solution to the issue of SF conversions. A | |
15 | more complete tool with an improved user interface would be desirable. | |
16 | .SH "OPTIONS" | |
17 | The SFconv utility uses command-line options to specify the conversion direction, | |
18 | control file, and input and output files. The required arguments are: | |
19 | .TP | |
20 | .BR \-8u | \-u8 | |
21 | conversion direction: 8-bit to Unicode or vice versa | |
22 | .TP | |
23 | .BR \-c controlFile | |
24 | specifies XML control file | |
25 | .TP | |
26 | .BR \-i inFile | |
27 | specifies filename of input SF file | |
28 | .TP | |
29 | .BR \-o outFile | |
30 | specifies filename for converted output | |
31 | ||
32 | In addition, the following optional arguments may be used if appropriate: | |
33 | .TP | |
34 | .BR \-d mappingDir | |
35 | directory where mapping files ( .tec files) are to be found | |
36 | .TP | |
37 | .BR \-utf8 | \-be | \-le | |
38 | Unicode encoding form: UTF-8, UTF-16BE, or UTF16-LE (default is UTF8 for output, or detected from input file if BOM is present) | |
39 | .TP | |
40 | .BR \-bom | |
41 | (only when mapping to Unicode) write initial BOM to the output file | |
42 | .TP | |
43 | .BR \-nfc | \-nfd | |
44 | (only when mapping to Unicode) normalize to NFC or NFD | |
45 | .SH Further Information | |
46 | For further information see the document TECkit_version_2.1.doc.pdf found in /usr/share/doc/teckit on a Debian system. |
0 | .TH teckit_compile "1" "2015-11-14" | |
1 | .SH NAME | |
2 | teckit_compile \- manual page for command line error at --version | |
3 | .SH SYNOPSIS | |
4 | .B teckit_compile | |
5 | [\fI\,-u\/\fR] [\fI\,-x\/\fR] [\fI\,-z\/\fR] \fI\,mapping_description \/\fR[\fI\,-o compiled_table\/\fR] | |
6 | .SH OPTIONS | |
7 | Required argument: | |
8 | .IP | |
9 | \fBsource\fR mapping description (.map) file | |
10 | .PP | |
11 | Optional arguments: | |
12 | .TP | |
13 | .BR \fB\-o\fR file | |
14 | output compiled table (.tec) file ("\-" for stdout) | |
15 | .TP | |
16 | .BR \fB\-u\fR | |
17 | read source text as UTF8 even if no BOM found | |
18 | .TP | |
19 | .BR \fB\-x\fR | |
20 | generate XML representation rather than compiled table | |
21 | .TP | |
22 | .BR \fB\-z\fR | |
23 | generate uncompressed table format | |
24 | .SH Further Information | |
25 | For further information see the document TECkit_version_2.1.doc.pdf found in /usr/share/doc/teckit on a Debian system. | |
26 | A description of the mapping description language used by the compiler, with examples, is found in TECkit_Language_2.1.doc.pdf.gz |
0 | .TH txtconv "1" "2015-11-13" "2.5.4" | |
1 | .SH NAME | |
2 | txtconv \- A tool to apply TECkit mappings to convert the encoding of a plain text file | |
3 | .SH SYNOPSIS | |
4 | .B txtconv | |
5 | \fI\,-i inFile -o outFile \/\fR[\fI\,-t tecFile\/\fR] [\fI\,-r\/\fR] [\fI\,-if inForm\/\fR] [\fI\,-of outForm\/\fR] [\fI\,-nobom\/\fR] [\fI\,-nf\/\fR[\fI\,cd\/\fR]] [\fI\,-u n\/\fR] | |
6 | .SH "OPTIONS" | |
7 | \fBRequired arguments:\fR | |
8 | .TP | |
9 | \fB\-i\fR <file> | |
10 | input file | |
11 | .TP | |
12 | \fB\-o\fR <file> | |
13 | output file | |
14 | .PP | |
15 | \fBOptional arguments:\fR | |
16 | .TP | |
17 | \fB\-t\fR <file> | |
18 | compiled TECkit mapping (.tec) file | |
19 | .TP | |
20 | \fB\-r\fR | |
21 | reverse (RHS\->LHS, or Unicode\->Byte) mapping | |
22 | .TP | |
23 | \fB\-if\fR <form> | |
24 | input encoding form | |
25 | .TP | |
26 | \fB\-of\fR <form> | |
27 | output encoding form | |
28 | .TP | |
29 | \fB\-nobom\fR | |
30 | don't write a BOM to Unicode output | |
31 | .TP | |
32 | \fB\-nf[cd]\fR | |
33 | apply NFC or NFD normalization to Unicode output | |
34 | .TP | |
35 | \fB\-u\fR <n> | |
36 | handling of unmappable input: | |
37 | .IP | |
38 | \(bu 0 = use replacement character | |
39 | \.IP | |
40 | \(bu 1 = use replacement but generate warning | |
41 | \.IP | |
42 | \(bu 2 = stop conversion | |
43 | .PP | |
44 | \fBEncoding forms:\fR | |
45 | .IP | |
46 | bytes utf8 utf16be utf16le utf16 utf32be utf32le utf32 | |
47 | .SH Further Information | |
48 | For further information see the document TECkit_version_2.1.doc.pdf found in /usr/share/doc/teckit on a Debian system. |