Skip to content

Instantly share code, notes, and snippets.

@patrickbucher
Created January 27, 2019 10:37
Show Gist options
  • Save patrickbucher/768490d4e30ad9b537930cba17711593 to your computer and use it in GitHub Desktop.
Save patrickbucher/768490d4e30ad9b537930cba17711593 to your computer and use it in GitHub Desktop.
from encodings.aliases import aliases
for a in aliases:
try:
print('ö'.encode('utf-8').decode(a), a)
except:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment