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

decode_as_str_tolerant

encodings.percent.decode_as_str_tolerant

Decode a percent encoded (url encoded) utf8 string

Codepoint not allowed in percent encoded string are included in the output unmodified.
Broken percent encoded bytes still return an error.

* Percent encoded bytes ("%HH" where HH is the two-digit hexadecimal representation of the byte),
or sequences of those, are converted to the corresponding codepoint(s) in utf8
* The plus character "+" is converted to a space " ".
0.095dev (GIT hash 4887509afd82710cf491d0e416c0f1b088cc45db)
last changed: 2026-04-16