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 4b06b97f5059..6e7949cd6bf3 100644 --- a/www/p5-URL-Encode/pkg-descr +++ b/www/p5-URL-Encode/pkg-descr @@ -1,8 +1,8 @@ encode and decode strings into and from application/x-www-form-urlencoded The application/x-www-form-urlencoded format encodes a ordered data sets of -pairs consisting of a name and a value, with pairs seperated by ampersand or -semicolon and names and values seperated by the equal sign. Space characters +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. |