Skip to content

Instantly share code, notes, and snippets.

@masapico
Last active February 26, 2016 16:02
Show Gist options
  • Select an option

  • Save masapico/8ca7e29899520f0350d0 to your computer and use it in GitHub Desktop.

Select an option

Save masapico/8ca7e29899520f0350d0 to your computer and use it in GitHub Desktop.
Win & Python3 & Atom 環境での文字化け対策ワンライナー ref: http://qiita.com/arakanema/items/c75cf548f796f1caba5f
process.env.PYTHONIOENCODNG = "utf-8";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment