1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/p5-URI-Escape-JavaScript/pkg-descr
Steve Wills f298bcccfd URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions.
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
2011-02-02 03:57:37 +00:00

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/