[Bug 21275] [Imports]: Force utf-8

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21275

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #7 from Anne <annevk@annevk.nl> ---
You convert the stream into a code point stream. You cannot use that new stream
as a byte stream. Language similar to
http://xhr.spec.whatwg.org/#document-response-entity-body is probably enough:
"Decode byte stream response entity body using fallback encoding charset and
then let document be a document that represents the result of that, parsed
following the rules set forth in the HTML specification for an HTML parser with
scripting disabled."

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 19 July 2013 17:48:46 UTC