Re: [whatwg/url] "UTF-8 percent encode c using the path percent-e..." (#296)

I think it's fair that some of the names are confusing a bit but this stems from the concept being known as percent-encoding. Anyone have suggestions for how to rename these but keep the type signatures if we did something here? (More elaborate suggestions welcome if you're interested in taking into account all callers in URL and HTML.)

* percent-encoded byte (a type of string)
* percent encode (byte -> string)
* percent decode (byte sequence -> byte sequence)
* string percent decode (string -> byte sequence)
* UTF-8 percent encode ((code point, code point set) -> 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/issues/296#issuecomment-625144723

Received on Thursday, 7 May 2020 09:38:56 UTC