Example #1
0
 def decode(input, errors=None):
     return html.unquote_html(input), len(input)
Example #2
0
 def unquote(self, s):
     return html.unquote_html(s)