The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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