Method Protocols.HTTP.percent_decode()
- Method percent_decode
string percent_decode(string s)
- Description
Decodes URI-style %XX encoded chars in the given string.
- See also
- Bugs
This function currently does not accept wide string input, which is necessary to work as the reverse of iri_encode.