Check handling of files with umlauts in their name
Opened this issue · 2 comments
philipsorst commented
Check handling of files with umlauts in their name
philipsorst commented
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 commented
Maybe not related to LC_ALL but to LC_CTYPE