dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.

Home Page:https://pub.dev/packages/html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad UTF-8 encoding when parse google.com

yelliver opened this issue · comments

commented

Tried with this code:

var response = await Client().get("https://www.google.com/");
var result = parse(response.bodyBytes, encoding: "utf-8");

And got this error:

Unhandled Exception: FormatException: Bad UTF-8 encoding 0xa0 (at offset 10434)