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)