You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Eldar Gabdullin (JIRA)" <ji...@apache.org> on 2016/10/09 17:28:20 UTC

[jira] [Created] (LOG4J2-1636) Bad condole output encoding on windows

Eldar Gabdullin created LOG4J2-1636:
---------------------------------------

             Summary: Bad condole output encoding on windows
                 Key: LOG4J2-1636
                 URL: https://issues.apache.org/jira/browse/LOG4J2-1636
             Project: Log4j 2
          Issue Type: Bug
          Components: Appenders, Layouts
         Environment: Windows
            Reporter: Eldar Gabdullin


Default log4j configuration prints to console using platform's default encoding, however that's not what standard windows console expects.

I.e.

{code}
System.out.println("Поехали"); // works just fine
System.out.write("Поехали!\n".getBytes(Charset.defaultCharset())); // characters are messed up
log.info("Поехали"); // messed up in the same way
{code}

This happens not just on one machine, but on all Windows desktops and servers in our organization.

Can we have out of the box Layout/Appender which prints directly to System.out/err?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org