Subject: Re: Decoding %-escaped chars in URI
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Fri, 20 Nov 2009 17:58:09 +0000 (GMT)
|
James A. Robinson wrote:
> At when point when I was playing around with
making a useful
> library for URI manipulation per RFC 398, I put the
following
> together, don't know if it might be useful to the original
>
poster.
Thanks. If I am right, that does decode only unreserved chars.
But
as the target of the decoded string is a human, I really want
to decode
everything. Actually I ended up with something very
similar (but simpler as
it decodes everything encoded).
Thanks!
--
Florent Georges
http://www.fgeorges.org/
|