Skip to content

Instantly share code, notes, and snippets.

@macoj
Created December 7, 2015 17:06
Show Gist options
  • Save macoj/1c72ce02640bed245d35 to your computer and use it in GitHub Desktop.
Save macoj/1c72ce02640bed245d35 to your computer and use it in GitHub Desktop.
dirty fix to quickly print names with different encodes
print name.encode('ascii', 'ignore')
print name.encode('utf-8', 'ignore')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment