Description
Perl applications can open HTML files and detect the character encoding automatically. This helps tools parse or convert HTML from different sources without corrupting non-ASCII text.
It is an HTML I/O helper library. Applications should still handle wrong or malicious charset declarations and choose a clear fallback.