|
2 |
edited tags
|
||
|
1 |
|
||
Java, UTF-8 and Windows consoleWe 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 logs. It is possible to configure the JVM so it generates UTF-8, using Then, we can set the code page of the console to 65001 (
But without Any hints about that? Thanks in advance.
|
||||
