Re: [whatwg/encoding] Decode without BOM (#85)

So the problem is that https://url.spec.whatwg.org/#urlencoded-parsing is only for servers. Browsers only ever use it with UTF-8 (in Fetch and in the URL API). So I think the solution here is to not change Encoding, but rather change URL to only support UTF-8 and let servers modify the algorithm if they need more than UTF-8.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/issues/85#issuecomment-270950691

Received on Friday, 6 January 2017 17:04:48 UTC