Back

Current version

Download
ASCII to HTML Converter
This program converts ASCII texts to HTML files in different ways, featuring conversion of many special characters available through the Atari charset.

You can choose wether you want to get a complete HTML document or only an HTML framgent which can be included in ohter HTML documents without further processing. The output format can be selected between ATARI/MS-DOS, Mac or UNIX compatible text.

There are different format options to choose. The text can be marked as 'preformatted', that means it will be enclosed between the <pre> and </pre> tags and tabulators are replaced by an appropriate amount of spaces. Further it can be converted to floating text where only the ends of paragraphs will be marked by <p> or <br><br>.

This software is beeing distributed in an Atari version with sources (for GNU C) and binaries and a version which is useful for porting it to other systems with slightly different sources (less special characters are beeing converted) as UNIX-ASCII text with ISO-LATIN1 character encoding.
 Current version: 1.0 (May 24th 1998)
Source and Binaries for Atari:
 t2h100_atari.tar.gz
 t2h100_atari.lzh
Source for other systems:
 t2h100_isolatin1.tar
 t2h100_isolatin1.lzh

Top of Page