I did a web-crawler that download much pages and now I need to process the data it downloaded.
The problem is I data from much pages with all type of formatting and errors.
I want to be able to fix some wrong encodings, remove all non-printable characters and replace some chars with others (example: there a lot of quote chars. I want to replace with the common ").
There a lot of things to do. What I want to know is if there is a library or something done I can use or I need my solution for my needs.