LoginSignup
1
0

More than 5 years have passed since last update.

WindowsでPyCharm使用するときPythonの標準出力をUTF-8で出す

Last updated at Posted at 2018-09-10
  • /Kで以下を設定
  • chcp 65001
  • set PYTHONENCODING=utf-8

追記 以下も追加したほうがいいかも

  • set PYTHONIOENCODING=utf-8

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0