diff options
Diffstat (limited to 'include/curl/urlapi.h')
-rw-r--r-- | include/curl/urlapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/curl/urlapi.h b/include/curl/urlapi.h index b3504b6..88cdeb3 100644 --- a/include/curl/urlapi.h +++ b/include/curl/urlapi.h @@ -96,7 +96,8 @@ typedef enum { #define CURLU_NO_AUTHORITY (1<<10) /* Allow empty authority when the scheme is unknown. */ #define CURLU_ALLOW_SPACE (1<<11) /* Allow spaces in the URL */ -#define CURLU_PUNYCODE (1<<12) /* get the host name in pynycode */ +#define CURLU_PUNYCODE (1<<12) /* get the host name in punycode */ +#define CURLU_PUNY2IDN (1<<13) /* punycode => IDN conversion */ typedef struct Curl_URL CURLU; |