diff --git a/debian/man/sfconv.1 b/debian/man/sfconv.1 deleted file mode 100644 index 8e06ce5..0000000 --- a/debian/man/sfconv.1 +++ /dev/null @@ -1,47 +0,0 @@ -.TH sfconv "1" "2015-11-13" "2.5.4" -.SH NAME -sfconv \- A tool for converting the encoding of Standard Format (SF) files -.SH SYNOPSIS -.SS "8-bit to Unicode:" -.TP -sfconv \fB\-8u\fR [\-utf8|\-be|\-le] [\-bom] \fB\-c\fR ControlFile [\-d MappingDirectory] \fB\-i\fR InFile \fB\-o\fR OutFile -.SS "Unicode to 8-bit:" -.TP -sfconv \fB\-u8\fR [\-utf8|\-be|\-le] \fB\-c\fR ControlFile [\-d MappingDirectory] \fB\-i\fR InFile \fB\-o\fR OutFile -.SH "DESCRIPTION" -A tool for converting Standard Format (SF) files is included in the current TECkit package. -This is \fBsfconv\fR , 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. -.SH "OPTIONS" -The SFconv utility uses command-line options to specify the conversion direction, -control file, and input and output files. The required arguments are: -.TP -.BR \-8u | \-u8 -conversion direction: 8-bit to Unicode or vice versa -.TP -.BR \-c controlFile -specifies XML control file -.TP -.BR \-i inFile -specifies filename of input SF file -.TP -.BR \-o outFile -specifies filename for converted output - -In addition, the following optional arguments may be used if appropriate: -.TP -.BR \-d mappingDir -directory where mapping files ( .tec files) are to be found -.TP -.BR \-utf8 | \-be | \-le -Unicode encoding form: UTF-8, UTF-16BE, or UTF16-LE (default is UTF8 for output, or detected from input file if BOM is present) -.TP -.BR \-bom -(only when mapping to Unicode) write initial BOM to the output file -.TP -.BR \-nfc | \-nfd -(only when mapping to Unicode) normalize to NFC or NFD -.SH Further Information -For further information see the document TECkit_version_2.1.doc.pdf found in /usr/share/doc/teckit on a Debian system. diff --git a/debian/man/teckit_compile.1 b/debian/man/teckit_compile.1 deleted file mode 100644 index 24c0039..0000000 --- a/debian/man/teckit_compile.1 +++ /dev/null @@ -1,27 +0,0 @@ -.TH teckit_compile "1" "2015-11-14" -.SH NAME -teckit_compile \- manual page for command line error at --version -.SH SYNOPSIS -.B teckit_compile -[\fI\,-u\/\fR] [\fI\,-x\/\fR] [\fI\,-z\/\fR] \fI\,mapping_description \/\fR[\fI\,-o compiled_table\/\fR] -.SH OPTIONS -Required argument: -.IP -\fBsource\fR mapping description (.map) file -.PP -Optional arguments: -.TP -.BR \fB\-o\fR file -output compiled table (.tec) file ("\-" for stdout) -.TP -.BR \fB\-u\fR -read source text as UTF8 even if no BOM found -.TP -.BR \fB\-x\fR -generate XML representation rather than compiled table -.TP -.BR \fB\-z\fR -generate uncompressed table format -.SH Further Information -For further information see the document TECkit_version_2.1.doc.pdf found in /usr/share/doc/teckit on a Debian system. -A description of the mapping description language used by the compiler, with examples, is found in TECkit_Language_2.1.doc.pdf.gz diff --git a/debian/man/txtconv.1 b/debian/man/txtconv.1 deleted file mode 100644 index d47e23f..0000000 --- a/debian/man/txtconv.1 +++ /dev/null @@ -1,49 +0,0 @@ -.TH txtconv "1" "2015-11-13" "2.5.4" -.SH NAME -txtconv \- A tool to apply TECkit mappings to convert the encoding of a plain text file -.SH SYNOPSIS -.B txtconv -\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] -.SH "OPTIONS" -\fBRequired arguments:\fR -.TP -\fB\-i\fR -input file -.TP -\fB\-o\fR -output file -.PP -\fBOptional arguments:\fR -.TP -\fB\-t\fR -compiled TECkit mapping (.tec) file -.TP -\fB\-r\fR -reverse (RHS\->LHS, or Unicode\->Byte) mapping -.TP -\fB\-if\fR
-input encoding form -.TP -\fB\-of\fR -output encoding form -.TP -\fB\-nobom\fR -don't write a BOM to Unicode output -.TP -\fB\-nf[cd]\fR -apply NFC or NFD normalization to Unicode output -.TP -\fB\-u\fR -handling of unmappable input: -.IP -\(bu 0 = use replacement character -\.IP -\(bu 1 = use replacement but generate warning -\.IP -\(bu 2 = stop conversion -.PP -\fBEncoding forms:\fR -.IP -bytes utf8 utf16be utf16le utf16 utf32be utf32le utf32 -.SH Further Information -For further information see the document TECkit_version_2.1.doc.pdf found in /usr/share/doc/teckit on a Debian system. diff --git a/debian/teckit.manpages b/debian/teckit.manpages deleted file mode 100644 index bca98b9..0000000 --- a/debian/teckit.manpages +++ /dev/null @@ -1,3 +0,0 @@ -debian/man/sfconv.1 -debian/man/txtconv.1 -debian/man/teckit_compile.1