Answer the question
In order to leave comments, you need to log in
Why don't the encodings in the console work from the word at all?
Guys, please help, as soon as I did not try to display or change something, the encoding still does not work.
if (OUT == null)
try {
OUT = new PrintStream(System.out, false, "Cp866");
} catch (UnsupportedEncodingException e) {
ErrorHandler.handle(e);
}
OUT.print(message);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question