On 3 May 2013 09:00, Daniel Hartwig <mand...@gmail.com> wrote:
> On 2 May 2013 23:27, Aleix Conchillo FlaquƩ <aconchi...@gmail.com> 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