Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Handling unicode arguments#175

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

craigez
Copy link
Contributor

There is an issue with the handling of unicode arguments. This situation occurs when you have file named with unicode characters, that is returned correctly from GitPython as a Unicode type, if you then try and feed that back into the API it's not handled when unpacking the arguments.

I'm not sure how to make the repository encoding available at this point, so our fix currently just uses the default and we haven't run into anyone not using a repository with the default encoding.

@craigezcraigez changed the titleHandling unicode file namesHandling unicode argumentsJul 25, 2014
@Byron
Copy link
Member

Thank you very much - I am merging this one in to make the fix available right away.

When git-python at some point becomes compatible to Py3, these kinds of issues would hopefully be handled naturally. After all, all strings with text would be unicode then.

Byron added a commit that referenced this pull requestJul 25, 2014
@ByronByron merged commit7519415 intogitpython-developers:masterJul 25, 2014
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@craigez@Byron

[8]ページ先頭

©2009-2025 Movatter.jp