You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2018/01/01 20:51:00 UTC

[jira] [Created] (IMAGING-212) use StandardCharsets to avoid reflection and UnsupportedEncodingExceptions

Dave Brosius created IMAGING-212:
------------------------------------

             Summary: use StandardCharsets to avoid reflection and UnsupportedEncodingExceptions
                 Key: IMAGING-212
                 URL: https://issues.apache.org/jira/browse/IMAGING-212
             Project: Commons Imaging
          Issue Type: Improvement
          Components: imaging.*
    Affects Versions: 0.97
            Reporter: Dave Brosius
            Priority: Trivial
             Fix For: 0.97
         Attachments: IMAGING-212.txt

using StandardCharsets.UTF_8, et. al, avoids having to look up encodings by name, which
1) avoids typo problems
2) avoid lookup performance effects
3) removes need for handling UnsupportedEncodingExceptions



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)