This file is in UTF-8 t602parser - 602 documents parser in python written by: Radovan Garabík URL: http://kassiopeia.juls.savba.sk/~garabik/software/602/ ================================================================ Text602 was a very popular word processor for IBM PC MS DOS compatibles, used in Czechoslovakia. T602Parser provides a simple class modelled after HTMLParser that can be used to parse Text602 documents (MS DOS version, not Win602) and to extract/convert data contained in them. Installation: python setup.py install In addition, if you have documents in Kamenický encoding, copy the file kamenicky.py into the encodings directory of your python (something like /usr/lib/python2.3/encodings/) Usage: Subclass T602Parser, override its methods (.data is the most important) and feed() the document into it. See 602totext example. Sorry, this is initial version. Documentation and user comfort is lacking.