En Tue, 13 Nov 2007 13:14:18 -0300, koara <[EMAIL PROTECTED]> escribió:
> i am using urllib.unquote_plus to unquote a string. Sometimes i get a
> strange string like for example "spolu%u017E%E1ci.cz" to unquote. Here
> the problem is that some application decided to quote a non-ascii
> character a
Hello all,
i am using urllib.unquote_plus to unquote a string. Sometimes i get a
strange string like for example "spolu%u017E%E1ci.cz" to unquote. Here
the problem is that some application decided to quote a non-ascii
character as %u directly, instead of using an encoding and quoting
byte per