Skip to content

Instantly share code, notes, and snippets.

@binux
Created April 24, 2012 11:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save binux/2478873 to your computer and use it in GitHub Desktop.
Save binux/2478873 to your computer and use it in GitHub Desktop.
fix encoding for unicode in term.
import sys
import codecs
sys.stdout = codecs.getwriter('utf8')(sys.stdout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment