mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f298bcccfd
It works simplar to homonymous functions of JavaScript. WWW: http://search.cpan.org/dist/URI-Escape-JavaScript/ PR: ports/154140 Submitted by: Konstantin Menshikov <kostjnspb at yandex.ru> Approved by: wxs (mentor) Feature safe: yes
8 lines
335 B
Plaintext
8 lines
335 B
Plaintext
URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions.
|
|
It works simplar to homonymous functions of JavaScript.
|
|
URI::Escape doesn't work for escaping and
|
|
unescaping JavaScript like Unicode URI-escape ("%uXXXX").
|
|
But you can use this module to do those.
|
|
|
|
WWW: http://search.cpan.org/dist/URI-Escape-JavaScript/
|