LoginSignup
0
0

More than 1 year has passed since last update.

WindowsでClionのコンソールが文字化けする

Posted at

ClionのCmakeやWSL toolchainのmake等の出力が文字化けする

環境

  • Windows 11
  • Clion 2021.3
  • WSL (Ubuntu 20.04)

対処

Help -> Edit Custom VM Options...を開く
以下を追記

xxx.xxxx.xxx.vmoptions
-Dconsole.encoding=UTF-8
-Dfile.encoding=UTF-8
0
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
0
0