    huc - HTML-umlaut conversion tool v0.1

    2001 by Hanno Boeck <hanno@gmx.de> - released under the GPL
    http://www.int21.de/huc/ - report bugs to hanno@gmx.de

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

INSTALL:

To install huc, type as root:
  make
  make install

(as user, you can run make and copy the file huc manually to a directory in your path)


USAGE:

Syntax: huc [option] [filename] [filename] ...
-a Ignore amps (& -> &amp;)
-b Convert DOS-Break (0Dh 0Ah) to Unix-Break (0Ah)

For Windows-users: You can also compile the file in Windows with the Borland C++ Compiler
(tested with version 5.5).
 BCC32 huc.cpp

In Windows, the program can't handle *,? in filenames (e.g. *.html).
