Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Apache Commons Compress Library for Better Compressing Experience #42

Closed
amtlib-dot-dll opened this issue Nov 19, 2014 · 3 comments
Closed

Comments

@amtlib-dot-dll
Copy link
Contributor

Currently this project uses java.util.zip, but this package use UTF-8 by default and provides no other choices. Consequently it doesn't work correctly when extracting zip archives from a Windows computer in CJK, because the charset of the archive is CP936 in the Simplified Chinese version of Windows. Meanwhile the library supports more formats like ar, arj, cpio, dump, tar, 7z, zip, bzip2, Pack200, XZ, gzip, lzma and Z. Looking forward to your commit.

@amtlib-dot-dll
Copy link
Contributor Author

@arpitkh96
Copy link
Collaborator

i will consider this.currently busy in other things

@amtlib-dot-dll
Copy link
Contributor Author

OK. I'm busy at this time too☺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants