summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-18 16:32:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-18 16:32:47 +0200
commit2546134b9792079fc9892d7e44a8d8c015072a31 (patch)
tree53f6d6fdedcc0b08acb4a35e136fab405235b92c
parent93aacc3050bb6c5aeddf6ea37a9b8a849fc0889b (diff)
downloadcurl-2546134b9792079fc9892d7e44a8d8c015072a31.tar.gz
TODO: Support IDNA2008
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 65bf2ff72..a18b0a23f 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -25,6 +25,7 @@
1.7 Detect when called from within callbacks
1.8 Allow SSL (HTTPS) to proxy
1.9 Cache negative name resolves
+ 1.10 Support IDNA2008
2. libcurl - multi interface
2.1 More non-blocking
@@ -218,6 +219,12 @@
A name resolve that has failed is likely to fail when made again within a
short period of time. Currently we only cache positive responses.
+1.10 Support IDNA2008
+
+ International Domain Names are supported in libcurl since years back, powered
+ by libidn. libidn implements IDNA2003 which has been superseded by IDNA2008.
+ libidn2 is an existing library offering support for IDNA2008.
+
2. libcurl - multi interface