chickadee » uri-generic » uri-decode-string

uri-decode-string STRING #!optional CHAR-SETprocedure

Returns the decoded form of the given string. The optional char-set argument controls which characters should be decoded. It defaults to char-set:full.

This will raise a condition when the string contains percent-encoded bytes which are invalid when interpreted in UTF-8 encoding.