- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 20 Oct 2020 22:24:24 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 21 October 2020 05:24:37 UTC
Thanks, it's incomplete still as the percent-encoding algorithm will also need changes. I do think using a buffer coupled with https://github.com/whatwg/encoding/issues/235#issuecomment-712820914 gives us the "nicest" way of making this work, but happy to receive feedback otherwise. (The one weirdness is that we don't have a per-code-point percent-encode with arbitrary encoding anymore, but no caller really needs that. The UTF-8 caller can just pass its single code point as a string.) -- 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/558#issuecomment-713311307
Received on Wednesday, 21 October 2020 05:24:37 UTC