]> sjero.net Git - wget/commitdiff
[svn] TODO: Add option to save local filenames without extra %-encoding.
authordan <devnull@localhost>
Thu, 19 Oct 2000 06:29:20 +0000 (23:29 -0700)
committerdan <devnull@localhost>
Thu, 19 Oct 2000 06:29:20 +0000 (23:29 -0700)
ChangeLog
TODO

index ebc62d0e93e6a4b43696dd640518f07035fe73bc..9850cb3e538282dc324c6976b36de6979678da10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-16  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * TODO: Add option to save local filenames without extra %-encoding.
+
 2000-10-09  Dan Harkless  <dan-wget@dilvish.speed.net>
 
        * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
diff --git a/TODO b/TODO
index c60c88a172b596db84da4a0c4bc3eb1f4d675215..9711d86a8123be6e1df7c9a30176b4c951f7aebb 100644 (file)
--- 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