Re: function(s) to decode a URL produced by encodeURIComponent in javascript

2008-10-06 Thread Bruno Desthuilliers
Merrick a écrit : (answering to itself) sorry for answering my own question. Don't be sorry. You're doing a great service to everyone here by letting us know the problem is solved (so we don't bother answering), and to everyone that might have the same problem (and is able to use a search e

Re: function(s) to decode a URL produced by encodeURIComponent in javascript

2008-10-06 Thread Merrick
On Oct 6, 12:51 pm, Merrick <[EMAIL PROTECTED]> wrote: > I encoded a URL in javascript and would like to decode it in python. > The urllib.unquote does not have an optional safe argument and I > cannot find how to do urldecode. It looks like urllib.unquote_plus does this, sorry for answering my ow

function(s) to decode a URL produced by encodeURIComponent in javascript

2008-10-06 Thread Merrick
I encoded a URL in javascript and would like to decode it in python. The urllib.unquote does not have an optional safe argument and I cannot find how to do urldecode. -- http://mail.python.org/mailman/listinfo/python-list