Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

encode_bytes

encodings.percent.encode_bytes

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.098dev (GIT hash b44352b4c68decbc58a097b291a1c8f3a5a05486)
last changed: 2026-07-03