]> granicus.if.org Git - curl/commitdiff
TODO: UTF-8 filenames in Content-Disposition
authorDaniel Stenberg <daniel@haxx.se>
Sun, 28 Jan 2018 13:52:08 +0000 (14:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 28 Jan 2018 13:53:10 +0000 (14:53 +0100)
Closes #1888

docs/TODO

index 5cb37c923ca39b01a17adf3ffd3b42ff63da534c..ecea1eeb1eb0671c8a2da41b243f3bf2cbb7eefb 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  18.2 glob posts
  18.3 prevent file overwriting
  18.4 simultaneous parallel transfers
+ 18.5 UTF-8 filenames in Content-Disposition
  18.6 warning when setting an option
  18.8 offer color-coded HTTP header output
  18.9 Choose the name of file in braces for complex URLs
@@ -930,6 +931,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
  Using the multi interface would also allow properly using parallel transfers
  with HTTP/2 and supporting HTTP/2 server push from the command line.
 
+18.5 UTF-8 filenames in Content-Disposition
+
+ RFC 6266 documents how UTF-8 names can be passed to a client in the
+ Content-Disposition header, and curl does not support this.
+
+ https://github.com/curl/curl/issues/1888
+
 18.6 warning when setting an option
 
  Display a warning when libcurl returns an error when setting an option.