entdec
This is the simple program lets you decode file, conains html entities
...The main applying of this program - decode html files, prodused by tex to html converter htlatex, uses to publishing your scientific articles and other works in web.
So, it can be used by web programmes for writing gateways applications, same as such finctions, relised, e.d. in perl or php programming language.
Texnical description:
You have file, contains html entities, ed:"<©>". It isn't easy to edit such simbols code. Using this program, you may do this sequence of characters easy to manualy editing. In our example, you get"<©>".
Usage: endec input_file output_file
Programs gets only two parametres: input and output file names. ...