On 2/23/06, Brian Sullivan <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
