# HG changeset patch # User HackBot # Date 1466627643 0 # Node ID 92d907abbd6163d95dd6a2166885978620327550 # Parent 437be478cb3fcf3c7ff3b7f192abd58d70d0c67f ` unidecode $\'\\x80\\xAE\' |& paste diff -r 437be478cb3f -r 92d907abbd61 paste/paste.20889 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paste/paste.20889 Wed Jun 22 20:34:03 2016 +0000 @@ -0,0 +1,6 @@ +Traceback (most recent call last): + File "/hackenv/bin/unidecode", line 4, in + s = u" ".join("[U+{0:04X} {1}]".format(ord(c), unicodedata.name(c, "DUNNO")) for c in " ".join(sys.argv[1:]).decode("utf-8")).encode("utf-8") + File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode + return codecs.utf_8_decode(input, errors, True) +UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position 0: invalid start byte