Remove unnesesary runtime charset search (#897)
Use StandardCharsets.UTF_8 instead of "UTF-8" string. This removes necessity to throw a checked exception.
Please register or sign in to comment
Use StandardCharsets.UTF_8 instead of "UTF-8" string. This removes necessity to throw a checked exception.