]> granicus.if.org Git - curl/commitdiff
TODO: Have the URL API offer IDN decoding
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2018 07:46:34 +0000 (08:46 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2018 07:46:34 +0000 (08:46 +0100)
Similar to how URL decoding/encoding is done, we could have URL
functions to convert IDN host names to punycode.

Suggested-by: Alexey Melnichuk
Closes #3232

docs/TODO

index 9f78074a339632d3dd5ce756bea5cbc4c7c7f5c9..3b1b53d88a9cb2ffc94d4c68de4a8850dabb9c9b 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -36,6 +36,7 @@
  1.18 try next proxy if one doesn't work
  1.19 Timeout idle connections from the pool
  1.20 SRV and URI DNS records
+ 1.21 Have the URL API offer IDN decoding
  1.22 CURLINFO_PAUSE_STATE
  1.23 Offer API to flush the connection pool
  1.24 TCP Fast Open for windows
  Offer support for resolving SRV and URI DNS records for libcurl to know which
  server to connect to for various protocols (including HTTP!).
 
+1.21 Have the URL API offer IDN decoding
+
+ Similar to how URL decoding/encoding is done, we could have URL functions to
+ convert IDN host names to punycode (probably not the reverse).
+ https://github.com/curl/curl/issues/3232
+
 1.22 CURLINFO_PAUSE_STATE
 
  Return information about the transfer's current pause state, in both