How do I properly set the default character encoding used by the JVM (1.5.x) programmatically?
I have read that -Dfile.encoding=whatever used to be the
-Dfile.encoding=whatever
We set there two system properties together and it makes the system take everything into utf8
file.encoding=UTF8 client.encoding.override=UTF-8