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

Check handling of files with umlauts in their name #34

Open
philipsorst opened this issue Feb 24, 2016 · 2 comments
Open

Check handling of files with umlauts in their name #34

philipsorst opened this issue Feb 24, 2016 · 2 comments
Assignees
Labels

Comments

@philipsorst
Copy link
Member

No description provided.

@philipsorst philipsorst self-assigned this Feb 24, 2016
@philipsorst
Copy link
Member Author

This is due to GitCommand using Symfony ProcessUtils::escapeArgument which in turn calls escapeshellarg which strips out non ascii characters if LC_ALL is not set correctly. Haven't found a way yet to get around this.

@philipsorst
Copy link
Member Author

Maybe not related to LC_ALL but to LC_CTYPE

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

No branches or pull requests

1 participant