diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-24 13:23:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-24 13:23:54 +0000 |
commit | 9fb4e019fa1860484a07a5293c46e47ff0cd849a (patch) | |
tree | 8a355df900afeaa35221c3d668e60f2e727476f8 /docs | |
parent | 74551597b18f0ac57ce8ce8c526e743f3a0b793d (diff) |
IDN is a recognized feature
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index f5f9297fd..825e6fef5 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -846,6 +846,8 @@ This curl uses asynchronous name resolves. SPNEGO Negotiate authenticaion is supported. .IP "Largefile" This curl supports transfers of large files, files larger than 2GB. +.IP "IDN" +This curl supports IDN - international domain names. .RE .IP "-w/--write-out <format>" Defines what to display after a completed and successful operation. The format |