Codebase list teckit / bb3f39d
manpage for txtconv and change date format for sfconv page Daniel Glassey 8 years ago
4 changed file(s) with 52 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 .TH sfconv "1" "13th November 2015" "2.5.4"
0 .TH sfconv "1" "2015-11-13" "2.5.4"
11 .SH NAME
22 sfconv \- A tool for converting the encoding of Standard Format (SF) files
33 .SH SYNOPSIS
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.
+0
-1
debian/teckit.man less more
0 debian/man/sfconv.1
0 debian/man/sfconv.1
1 debian/man/txtconv.1