Webunify Perl program
This program read all html and htm files in the specified directory and below recursively. It then converts
- all file names to lower case
- all anchors, src="" and href="" references to lowercase
- all 127+ characters to &#nnn; format
- all öaut; etc. escapes to &#nnn; format
(this is needed for some old browsers to display ISO-Latin 2 characters properly)
Get the source.
