[
https://issues.apache.org/jira/browse/COMPRESS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698980#action_12698980
]
Sebb commented on COMPRESS-63:
------------------------------
Added ArchiveUtils.toAsciiString() and .toAsciiBytes() methods.
Also fixed up code where possible:
URL: http://svn.apache.org/viewvc?rev=764999&view=rev
Log:
COMPRESS-63 - replace dependency on default charset with ASCII where
appropriate;
add TODOs where the required charset is not yet clear.
> String#getBytes() is platform dependent
> ---------------------------------------
>
> Key: COMPRESS-63
> URL: https://issues.apache.org/jira/browse/COMPRESS-63
> Project: Commons Compress
> Issue Type: Bug
> Reporter: Sebb
>
> Many methods use the getBytes() method on Strings, however getBytes() uses
> the platform default encoding, which may not be suitable.
> It's also a bit inefficient to keep encoding the same strings.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.