What is an example for non unicode character set for -Dfile.encoding=?
问题 I have a JVM. where character set as "-Dfile.encoding=UTF-8" . This is how UTF-8 is set. I would want to set it to a non Unicode character set. Is there an example/value for non unicode character set so that I can set to -Dfile.encoding= ? 回答1: [ TLDR => Application encoding a confusing issue, but this document from Oracle should help . ] First a few important general points about specifying the encoding by setting the System Property file.encoding at run time: It's use is not formally