Re: [whatwg/url] Percent-encoding of query wrong for ISO-2022-JP (#557)

We effectively put the code points into a buffer when parsing them then call the encoder once on the whole buffer when transitioning from query state to fragment state or hitting the "EOF code point".  This makes more sense to me than the current spec when using ISO-2022-JP.

-- 
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/url/issues/557#issuecomment-712230301

Received on Monday, 19 October 2020 15:06:25 UTC