From: dan Date: Thu, 19 Oct 2000 06:29:20 +0000 (-0700) Subject: [svn] TODO: Add option to save local filenames without extra %-encoding. X-Git-Tag: v1.13~2449 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=de7c00c095644486e5d6d51e39a5e63b519b16b5 [svn] TODO: Add option to save local filenames without extra %-encoding. --- diff --git a/ChangeLog b/ChangeLog index ebc62d0e..9850cb3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-16 Dan Harkless + + * TODO: Add option to save local filenames without extra %-encoding. + 2000-10-09 Dan Harkless * TODO: --retr-symlinks should cause wget to traverse links to dirs too. diff --git a/TODO b/TODO index c60c88a1..9711d86a 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,11 @@ Wget. Patches to implement any of these items would be gladly accepted. The items are not listed in any particular order. Not all of them represent user-visible changes. +* Add an option to not encode special characters like ' ' and '~' when saving + local files. Would be good to have a mode that encodes all special characters + (as now), one that encodes none (as above), and one that only encodes a + character if it was encoded in the original URL (e.g. %20 but not %7E). + * --retr-symlinks should cause wget to traverse links to directories too. * Lots of noncompliant webservers issue HTTP redirects to relative URLs, and