def decode(input, errors=None): return html.unquote_html(input), len(input)
def unquote(self, s): return html.unquote_html(s)