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