You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Arturo Bernal (Jira)" <ji...@apache.org> on 2021/06/17 15:45:00 UTC

[jira] [Created] (LOG4J2-3109) Use Standard Charset object (StandardCharsets)

Arturo Bernal created LOG4J2-3109:
-------------------------------------

             Summary: Use Standard Charset object (StandardCharsets)
                 Key: LOG4J2-3109
                 URL: https://issues.apache.org/jira/browse/LOG4J2-3109
             Project: Log4j 2
          Issue Type: Improvement
            Reporter: Arturo Bernal


Use Standard Charset object instead of 
{code:java}
Charset.forName("UTF-16")
Charset.forName("US-ASCII")
...{code}
and go on



--
This message was sent by Atlassian Jira
(v8.3.4#803005)