guile-devel
[Top][All Lists]
Advanced

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

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


From: Aleix Conchillo Flaqué
Subject: [PATCH] web: allow uri-encode to uppercase the percent-encoding
Date: Thu, 2 May 2013 08:27:11 -0700

This patch allows uri-encode to uppercase the percent-encoded part. So,

(uri-encode "/")
=> %2f

(uri-encode "/" #:uppercase #t)
=> %2F


Aleix

Attachment: uri-encode-uppercase.patch
Description: Binary data


reply via email to

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