Percent encode (url encode) a Sequence of bytes, as specified in RFC 3986 section 2.1
* Bytes values of a save (unreserved) character (A-Z, a-z, 0-9, "-", ".", "_" and "~") are encoded as that character. * All other values are encoded as "%HH", where HH is the hexadecimal representation of the byte, using uppercase letters
0.095dev (2026-02-20 12:42:29 GIT hash dbcc3e4b3d2a59f66230b482cff8f0b018178d77 built by fridi@fzen)
* Bytes values of a save (unreserved) character (A-Z, a-z, 0-9, "-", ".", "_" and "~") are encoded as that character.
* All other values are encoded as "%HH", where HH is the hexadecimal representation of the byte, using uppercase letters