[Zope] Python equivalent to Javascript "escape/unescape"

Dan Fairs dan.fairs at gmail.com
Thu Feb 23 11:14:49 EST 2006


On 2/23/06, Brian Sullivan <briansullivan at gmail.com> wrote:
> I was assuming that it would somehow be easy to do the equivalent to
> Javascript "escape/unescape" functions in a Python script but for some
> reason I just can't find out how to do it.

from Products.PythonScripts.standard import url_quote, url_quote_plus

That what you need?

Cheers,
Dan

--
Dan Fairs <dan.fairs at gmail.com>


More information about the Zope mailing list