Java, UTF-8, and Windows console

后端 未结 5 636
清酒与你
清酒与你 2020-11-29 09:25

We try to use Java and UTF-8 on Windows. The application writes logs on the console, and we would like to use UTF-8 for the logs as our application has internationalized log

5条回答
  •  粉色の甜心
    2020-11-29 10:00

    Windows doesn't support the 65001 code page: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/chcp.mspx?mfr=true

提交回复
热议问题