LoginSignup
0
0

More than 5 years have passed since last update.

Windows PowerShellで文字化け

Posted at

お世話になります
今Windowsを使ってkotlincで条件分岐の勉強をしております
コマンドプロンプトで文字化けを直したいのですがご指導ください

"""

val score = 50
if (score >= 60) {
if (score >= 60)... println("合格!")
println("濠?")... } else {
}... println("不合格")
println("附?")... }
}附?

"""
もちろんchcp 65001で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