Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.97
-
None
-
Patch
Description
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