On Feb 18, 2005, at 11:06 PM, Mauro Tortonesi wrote:
On Friday 18 February 2005 09:01 pm, Hrvoje Niksic wrote:Donny Viszneki <[EMAIL PROTECTED]> writes:But as I noted, the source code does NOT appear to escape the tilde under any conditions.
Take a look at urlchr_table at url.c. ~ is marked as an unsafe character, which is why it gets escaped.
i was actually looking if there is a single point in the wget code where all
the URLs are escaped. the answer seem to be negative:
Haha... you reminded me that THAT was the observation I'd made, concerning why I thought the tilde should never actually end up being escaped. Somehow though when I finally had to write another email about it, I had forgotten it entirely, and instead I thought something completely different.
