--- a/Utilities/__init__.py Thu Feb 23 10:08:04 2012 +0100 +++ b/Utilities/__init__.py Thu Feb 23 14:57:49 2012 +0100 @@ -326,7 +326,7 @@ buf += bytes(qb) index += 4 else: - buf += bytes(text[index], encoding="ascii") + buf += bytes(text[index], encoding="utf-8") index += 1 buf = buf.replace(b"\x00", b"") return decodeBytes(buf)