try { System.setOut(new PrintStream(new FileOutputStream(FileDescriptor.out), true, "UTF-8")); } catch (UnsupportedEncodingException e) { throw new InternalError("VM does not support mandatory encoding UTF-8"); }