Skip to content

Instantly share code, notes, and snippets.

@a2chub
Created February 20, 2009 10:28
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 a2chub/67405 to your computer and use it in GitHub Desktop.
Save a2chub/67405 to your computer and use it in GitHub Desktop.
def _T(text):
if 'nt' == os.name:
return text.encode('mbcs', 'ignore')
else:
return text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment