Kotlin with Intellij doesn't show non ascii characters

前端 未结 0 1280
温柔的废话
温柔的废话 2021-01-07 03:17

When I try to print a special character like "ä, ö, ü, á, é, etc..." with

fun main() {
    println("ä")
}

Intellij output

相关标签:
回答
  • 消灭零回复
提交回复
热议问题