Example #1
0
def unquote(s):
    return orig_unquote(s).decode("utf-8")
Example #2
0
def unquote(s):
    return orig_unquote(s).decode('utf-8')