curl_easy_unescape

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.

extern (C)
char*
curl_easy_unescape
(,
scope const(char)* string
,
int length
,)

Meta