Subject: | improper unreserved character set of RFC 3986 |
in URI::Escape
my %Unsafe = (
RFC2732 => qr/[^A-Za-z0-9\-_.!~*'()]/,
RFC3986 => qr/[^A-Za-z0-9\-\._~"]/,
);
RFC3986 contains double quotation mark which seems like a miss-copy from
the inline documents above.
--
http://islue.blogspot.com/