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.
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.