DESCRIPTION
The Encoding class will read $page->content and will try to make sure you receive
a clean utf8 content. That way you dont need to worry about encodings in your parser
because they will be always utf8.
*** by default it only guesses between iso-8859-1 and utf8
if you need something else you can extend it