Andrew Scheller
11 years ago
2 changed files with 7 additions and 1 deletions
@ -0,0 +1,3 @@ |
|||
# anything above 0xa0 is printed as Unicode by CPython3.3 |
|||
for c in range(0xa1): |
|||
print("0x%02x: %s" % (c, repr(chr(c)))) |
Loading…
Reference in new issue