You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/06/03 07:34:43 UTC

[GitHub] [commons-compress] XenoAmess opened a new pull request #105: use StandardCharsets.

XenoAmess opened a new pull request #105:
URL: https://github.com/apache/commons-compress/pull/105


   In most cases using StandardCharsets is faster.
   You can get more information at `decode(String charsetName, byte[] ba, int off, int len)`` and `decode(Charset cs, byte[] ba, int off, int len)` in class java.lang.StringCoding


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-compress] bodewig commented on pull request #105: [COMPRESS-534] use StandardCharsets.

Posted by GitBox <gi...@apache.org>.
bodewig commented on pull request #105:
URL: https://github.com/apache/commons-compress/pull/105#issuecomment-638041296


   Many thanks @XenoAmess 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-compress] bodewig merged pull request #105: [COMPRESS-534] use StandardCharsets.

Posted by GitBox <gi...@apache.org>.
bodewig merged pull request #105:
URL: https://github.com/apache/commons-compress/pull/105


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-compress] coveralls commented on pull request #105: [COMPRESS-534] use StandardCharsets.

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #105:
URL: https://github.com/apache/commons-compress/pull/105#issuecomment-638029254


   
   [![Coverage Status](https://coveralls.io/builds/31205580/badge)](https://coveralls.io/builds/31205580)
   
   Coverage increased (+0.08%) to 87.31% when pulling **243bfff8cace2a29e32b0622ae205b6b66c07616 on XenoAmess:use_StandardCharsets** into **04abbdf3b7e78e9fd4ba5c46e22f0472a7974ad6 on apache:master**.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org