Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Done
-
None
-
None
-
None
Description
Charsets are hardcoded in some places around the codebase which is error-prone.
Moving to StandardCharsets also has the benefit of dropping the try-catch block caused by UnsupportedEncodingException.