guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] web: allow uri-encode to uppercase the percent-encoding


From: Daniel Hartwig
Subject: Re: [PATCH] web: allow uri-encode to uppercase the percent-encoding
Date: Fri, 3 May 2013 09:01:49 +0800

On 3 May 2013 09:00, Daniel Hartwig <address@hidden> wrote:
> On 2 May 2013 23:27, Aleix Conchillo FlaquƩ <address@hidden> wrote:
>> This patch allows uri-encode to uppercase the percent-encoded part. So,
>>
>> (uri-encode "/")
>> => %2f
>>
>> (uri-encode "/" #:uppercase #t)
>> => %2F
>
> Hi
>
> Why make this optional, it seems like unnecessary fluff?  Both cases
> are equivalent, and RFC 3986 goes on to state:
>

Should have read your next mail before responding :-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]