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