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: > For consistency, URI producers and normalizers should use > uppercase hexadecimal digits for all percent-encodings.