Re: [drakma-devel] Regarding URL encoding...

2010-07-21 Thread Joshua TAYLOR
On Wed, Jul 21, 2010 at 11:46 AM, Herbert Snorrason wrote: > In any case, the attached patch updates url-encode to RFC3986 (or at > least only passes that standard's "unreserved characters" through) and > exposes it. I suspect that the original portions of -(find char "$-

Re: [drakma-devel] Regarding URL encoding...

2010-07-21 Thread Herbert Snorrason
On 21 July 2010 13:28, Herbert Snorrason wrote: > [...] Drakma doesn't provide a URL-ENCODE function [...] And after thinking about it, turns out it _does_, just doesn't expose it. The thinking is, I presume, that all URL-encoded data should pass through another interface that handles the cleaning

[drakma-devel] Regarding URL encoding...

2010-07-21 Thread Herbert Snorrason
Although I understand why it's not done by default, it seems slightly odd to me that Drakma doesn't provide a URL-ENCODE function whereas Hunchentoot does. I would've thought the need was considerably more immediate in Drakma... With greetings, Herbert Snorrason