curl_easy_unescape

fnchar * curl_easy_unescape(CURL * handle, scope const(char) * string, int length, int * outlength)

Name: curl_easy_unescape()

Description:

Unescapes URL encoding in strings (converts all %XX codes to their 8bit versions). This function returns a new allocated string or NULL if an error occurred. Conversion

Note

On non-ASCII platforms the ASCII %XX codes are

converted into the host encoding.