Re: [whatwg/url] Add a note that `searchParams` is not unicode-aware (#596)

I think the other thing is that ultimately URLs only contain ASCII or if you decode percent-encoding a byte sequence. Sometimes that can decoded as UTF-8, but it really depends on the recipient what they want to do with it. They might want to treat it as a byte sequence for some reason.

-- 
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/596#issuecomment-830559109

Received on Saturday, 1 May 2021 06:05:00 UTC