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

Fix Zip extraction UTF-8 handling for Python 2.7. #2546

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Sep 30, 2024

Previously, zips with non-ASCII file names could cause extraction errors
under Python 2.7 on Linux.

Fixes #298

Previously, zips with non-ASCII file names could cause extraction errors
under Python 2.7 on Linux.

Fixes pex-tool#298
@jsirois jsirois merged commit f28046b into pex-tool:main Oct 1, 2024
23 checks passed
@jsirois jsirois deleted the issues/298 branch October 1, 2024 01:24
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

Successfully merging this pull request may close these issues.

Pex fails to extract archive members with UTF-8 names on linux with non-UTF-8 default encoding.
1 participant