summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Stosberg <mark@stosberg.com>2010-12-18 12:07:02 -0500
committerMark Stosberg <mark@stosberg.com>2010-12-18 12:07:02 -0500
commit5e14caf48b5e407cfa7375aca36416b0b8116072 (patch)
treebd67a075092e7fecc617c11c2a4fd771c1a146e4
parentbbeef30488f497f098c0114378b968a3c9ddc2ce (diff)
downloaduri-5e14caf48b5e407cfa7375aca36416b0b8116072.tar.gz
Add formal terms "Percent-encode" and "Percent-decode" to the NAME and description to match the RFC
-rw-r--r--URI/Escape.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/URI/Escape.pm b/URI/Escape.pm
index 64a2315..cd59f21 100644
--- a/URI/Escape.pm
+++ b/URI/Escape.pm
@@ -3,7 +3,7 @@ use strict;
=head1 NAME
-URI::Escape - Escape and unescape unsafe characters
+URI::Escape - Percent-encode and percent-decode unsafe characters
=head1 SYNOPSIS
@@ -14,8 +14,10 @@ URI::Escape - Escape and unescape unsafe characters
=head1 DESCRIPTION
-This module provides functions to escape and unescape URI strings as
-defined by RFC 3986.
+This module provides functions to percent-encode and percent-decode URI strings as
+defined by RFC 3986. Percent-encoding URI's is informally called "URI escaping".
+This is the terminology used by this module, which predates the formalization of the
+terms by the RFC by several years.
A URI consists of a restricted set of characters. The restricted set
of characters consists of digits, letters, and a few graphic symbols