mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:43:32 +03:00
urlapi: CURLU_PUNY2IDN - convert from punycode to IDN name
Asssisted-by: Jay Satiro Closes #11655
This commit is contained in:
parent
0efe8b215c
commit
c350069f64
7 changed files with 93 additions and 1 deletions
|
|
@ -97,6 +97,7 @@ typedef enum {
|
|||
scheme is unknown. */
|
||||
#define CURLU_ALLOW_SPACE (1<<11) /* Allow spaces in the URL */
|
||||
#define CURLU_PUNYCODE (1<<12) /* get the host name in punycode */
|
||||
#define CURLU_PUNY2IDN (1<<13) /* punycode => IDN conversion */
|
||||
|
||||
typedef struct Curl_URL CURLU;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue