Hi, I'm working on implementing the changes in the TODO document for wget which states:
* 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). How do I go about coordinating/merging my code with the main project? Jake Commander
