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 to handle unicode filenames #346

Merged
merged 2 commits into from May 22, 2020
Merged

Fix to handle unicode filenames #346

merged 2 commits into from May 22, 2020

Conversation

bpabel
Copy link
Contributor

@bpabel bpabel commented May 22, 2020

Fixes #345

fix to the git vcs module to prevent git from double escaping
unicode chars in filenames so that flit can decode them correctly

fixes pypa#345
@takluyver takluyver added this to the 3.0 milestone May 22, 2020
@takluyver takluyver added the bug label May 22, 2020
@takluyver takluyver merged commit a640b3b into pypa:master May 22, 2020
@takluyver
Copy link
Member

Thanks for doing a PR, this looks good to me.

I'll open a separate issue for a test that actually uses git - I think that's worth having, but a big enough task that it shouldn't be part of this PR.

@takluyver
Copy link
Member

Opened #347 for an integration test with git.

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

Successfully merging this pull request may close these issues.

Build error with filenames containing unicode characters
2 participants