On Feb 18, 2005, at 10: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.
You know, I had looked right at that code and somehow I came away thinking it was assigned 0, but instead it's U. Sorry for my mistake.
