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