Skip to content
Commit a8ca6015 authored by ntome's avatar ntome 💬 Committed by Romain Bignon
Browse files

weboob.tools.compat: handle unicode for unquote* and parse_qs*

Unicode should be accepted too in python2, and result should be
unicode-decoded.

u'%C3%A9' should give u'\xe9' not u'\xc3\xa9'

Also add tests.
parent 19a4f842
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment