On 2002-01-15 11:59 -0000, Ian Abbott wrote: > This is an initial proposal for naming the files and directories > that Wget creates, based on the URLs of the retrieved documents.
[massive snippage] Ian, can your proposal be summarised as : - in the internal representation of filenames, don't escape anything (for instance, store "~" as "~", not "%7E"), - when doing fopen()'s and such, escape illegal characters and only illegal characters. Is that correct ? -- Andr� Majorel <URL:http://www.teaser.fr/~amajorel/> std::disclaimer ("Not speaking for my employer");
