[
https://issues.apache.org/jira/browse/IMAGING-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Brosius resolved IMAGING-212.
----------------------------------
Resolution: Fixed
committed as 7862d6028dafff8cd2b117b1cae0525ca655ba20
> 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)