Hello Travis
Thanks for the feedback. On MacOS, Java 6 does not detect the console
encoding well, while Java 7 detects it correctly. As Suresh suggest,
--encoding UTF-8 would hopefully work (please let me know if this is not
the case). Alternatively, running the same command with Java 7 should
produce the expected output out-of-the-box.
Cheers,
Martin
Le 11/06/13 09:26, Suresh Marru a écrit :
Hi Travis,
You seem to have MacRoman character encoding. As Martin suggested, try
java -jar sis.jar about --encoding UTF-8
Suresh