Jesse Glick created CODEC-145:
---------------------------------

             Summary: Base64.encodeBase64String could better use 
newStringUsAscii
                 Key: CODEC-145
                 URL: https://issues.apache.org/jira/browse/CODEC-145
             Project: Commons Codec
          Issue Type: Bug
            Reporter: Jesse Glick
            Priority: Minor


{{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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to