percentDecode
Decodes percent-escapes (e.g. %20) in a URL string, treating the underlying bytes as UTF-8. Falls back to leaving any malformed escape unchanged.
Replaces java.net.URLDecoder.decode(s, "UTF-8") for KMP.
Decodes percent-escapes (e.g. %20) in a URL string, treating the underlying bytes as UTF-8. Falls back to leaving any malformed escape unchanged.
Replaces java.net.URLDecoder.decode(s, "UTF-8") for KMP.