file encoding in Java
the default one is defined by the OS:
To define the code page to the JVM, you use the following command option:
java -Dfile.encoding = UTF8 javac -Dfile.encoding = UTF8
You need to set your encoding to unicode.