Description
HTML5 introduced a new way of specifying the charset for an HTML document:
<meta charset="utf-8"/>
The code in HtmlParser only looks for the HTML4 style meta http-equiv tag:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />