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:00:30 +0800

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:

> For consistency, URI producers and normalizers should use
> uppercase hexadecimal digits for all percent-encodings.



reply via email to

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