Overview -------- The program converts text (ASCII text or UTF-8 encoded text) to HTML. Usage ----- text2htm [] [ []] 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 ( 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.