Closed GoogleCodeExporter closed 9 years ago
this is a one-line fix to place in main():
System.setOut(new PrintStream(System.out, true,
System.getProperty("console.encoding", "cp866")));
for other systems other encoding could be set via -Dconsole.encoding= parameter
in
startup script.
Original comment by zib...@gmail.com
on 20 Oct 2009 at 1:01
Now encoding can be specified in log4j.xml
Original comment by Mandri...@gmail.com
on 20 Oct 2009 at 1:12
Original comment by Mandri...@gmail.com
on 20 Oct 2009 at 10:40
Fixed and verified on Linux and Windows.
Original comment by Mandri...@gmail.com
on 20 Oct 2009 at 11:41
Fixed in r68
Original comment by Mandri...@gmail.com
on 21 Oct 2009 at 2:15
Original issue reported on code.google.com by
Mandri...@gmail.com
on 20 Oct 2009 at 12:38