Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/URL/Encode.pod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ This module provides functions to encode and decode strings into and from the
C<application/x-www-form-urlencoded> encoding.

The C<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.
sets of 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
Expand Down