mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:51:41 +03:00
parent
60ab58a8a5
commit
4651d4c76b
20 changed files with 29 additions and 32 deletions
|
|
@ -2704,7 +2704,7 @@ CURL_EXTERN char *curl_escape(const char *string,
|
|||
*
|
||||
* DESCRIPTION
|
||||
*
|
||||
* Unescapes URL encoding in strings (converts all %XX codes to their 8bit
|
||||
* Unescapes URL encoding in strings (converts all %XX codes to their 8-bit
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue