软件包:liburl-encode-perl(0.03-3)
liburl-encode-perl 的相关链接
Debian 的资源:
下载源码包 liburl-encode-perl:
- [liburl-encode-perl_0.03-3.dsc]
- [liburl-encode-perl_0.03.orig.tar.gz]
- [liburl-encode-perl_0.03-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to encode/decode to/from application/x-www-form-urlencoded encoding
URL::Encode provides functions to encode and decode strings into and from the application/x-www-form-urlencoded encoding.
The application/x-www-form-urlencoded format encodes an ordered data set 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 a plus sign, and any character 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 percent character "%" followed by the two hexadecimal digits representing that octet's numeric value.
The unreserved character set includes the uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde.
其他与 liburl-encode-perl 有关的软件包
|
|
|
|
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: liburl-encode-xs-perl
- XS implementation of URL::Encode