Description
org.apache.commons.codec.binary.Base64.encodeBase64String currently uses StringUtils.newStringUtf8. But the text should be in fact be in ASCII, so newStringUsAscii would be clearer and perhaps faster.
Attachments
Issue Links
- is related to
-
CODEC-159 BaseNCodec uses UTF-8 rather than US_ASCII for byte conversions
- Open