Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fereria
Created June 25, 2018 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fereria/7193394c282da0038f21207e28664459 to your computer and use it in GitHub Desktop.
Save fereria/7193394c282da0038f21207e28664459 to your computer and use it in GitHub Desktop.
if hasattr(sys, 'setdefaultencoding'):
import locale
lang, enc = locale.getdefaultlocale()
sys.setdefaultencoding('utf-8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment