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

Jonathan dev101 at magma.ca
Thu Feb 23 10:51:12 EST 2006


----- Original Message ----- 
From: "Brian Sullivan" <briansullivan at gmail.com>
To: "zope list user" <zope at zope.org>
Sent: Thursday, February 23, 2006 10:45 AM
Subject: [Zope] Python equivalent to Javascript "escape/unescape"


>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.
> 
> Maybe I can't see the forest for the trees. Anybody out there have a
> cluestick to whack me with?

Try googling:    urllib.urlencode

It should get you going in the right direction


Jonathan


More information about the Zope mailing list