Overview
--------
The program converts text (ASCII text or UTF-8 encoded text) to HTML.

Usage
-----
text2htm [<options>] [<inputfile> [<outputfile>]]

The program process standard input and standard output if no
file name is specified for input and output.

Options
-------
-e encoding
	Input file encoding, one of the following:
	automatic: Check whether or not the LANG environment
	           variable ends on ``.UTF-8''.
	latin-1:   Input is ISO-LATIN-8859-1 encoded.
	utf-8:     Input is UTF-8 encoded.
-t title
	HTML file title (<title> tag)
-s style
	URL of CSS style file
-f
-f-
	Produce complete or partial HTML source code
-g
-g-
        Produce complete HTML source code including some template
	code or partial code
-b
-b-
	Convert line breaks to <br> tags or leave them as they are.


In dktools version 3 the text2htm program will be replaced by the new dkt
program. This program is already available in the preview archives in the
3-preview directory in the download area.
The recent binary installation file for Windows dktools-win32-*.exe
already installs dkt.exe.
