HCC is character filter which replaces certain characters by other characters one by one, according to a translation table. It is useful for converting plain texts from one character set to another. Currently available filters include win1250 to ISO-8859-2, win1250 to ASCII (ISO-8859-1), ISO-8859-2 to win1250, and ISO-8859-2 to ASCII (ISO-8859-1). You may get better results with "iconv" utility which is part of glibc.
iconv hcc is creation of my very young self. After more than 7 years from its creation I can say, that it is just typical small-scale example of reinventing the wheel. Or we can apply even Henry S...
Re: Why? > Yes, tell me why I should use this > software when there already is a usable > command for this called 'tr'. If you want to do something like 'dos2unix *.txt *.c' quit...
A modern platform independent OO language with a native JIT compiler.