Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.6
-
Fix Version/s: 0.6
-
Component/s: None
-
Labels:None
Description
Some servers return a content-type response header that has the charset value in a non-standard position. For example:
Content-Type: charset=utf-8; text/html
The HtmlParser code that attempts to extract the charset needs to be more flexible.