diff options
Diffstat (limited to 'libraries/uri-escape/README')
-rw-r--r-- | libraries/uri-escape/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/uri-escape/README b/libraries/uri-escape/README new file mode 100644 index 0000000000000..444850afafe1b --- /dev/null +++ b/libraries/uri-escape/README @@ -0,0 +1,6 @@ +URI::Escape perl module + +URI::Escape is a perl module. It module provides functions to escape and +unescape URI strings as defined by RFC 2396 (and updated by RFC 2732). +A URI consists of a restricted set of characters, denoted as uric in RFC 2396. + |