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.
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.