Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Aether 1.0.2
-
None
Description
In many spots an UnsupportedEncodingException has to be caught because UTF-8 is passed as string, though this encoding must be supported by every JVM implementation. So we can use StandardCharsets.UTF_8 and remove boilerplate code around it.