Re: [whatwg/url] Editorial: make everything use percent-encode sets (#518)

It seems query state with [`ISO-2022-JP` encoding](https://encoding.spec.whatwg.org/#iso-2022-jp-encoder) will not work well after this update. For example `ISO-2022-JP` encodes U+00A5 to bytes: 0x1B 0x28 0x4A 0x5C 0x1B 0x28 0x42.

Before this update, result of encoding U+00A5 in query is: `%1B(J\%1B(B`
After this update - result is: `%1B%28%4A%5C%1B%28%42`

-- 
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/pull/518#issuecomment-628810771

Received on Thursday, 14 May 2020 18:27:06 UTC