diff options
Diffstat (limited to 'www/p5-URL-Encode/pkg-descr')
-rw-r--r-- | www/p5-URL-Encode/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URL-Encode/pkg-descr b/www/p5-URL-Encode/pkg-descr index 6e7949cd6bf3..3bfc2a15b453 100644 --- a/www/p5-URL-Encode/pkg-descr +++ b/www/p5-URL-Encode/pkg-descr @@ -5,8 +5,8 @@ pairs consisting of a name and a value, with pairs separated by ampersand or semicolon and names and values separated by the equal sign. Space characters are replaced with plus sign and any characters not in the unreserved character set is encoded using the percent-encoding scheme also used for resource -identifiers. -A percent-encoded octet is encoded as a character triplet, consisting of the +identifiers. +A percent-encoded octet is encoded as a character triplet, consisting of the percent character "%" followed by the two hexadecimal digits representing that octet's numeric value. |