dontdrinkandroot/gitki-bundle.php

Check handling of files with umlauts in their name

Opened this issue · 2 comments

Check handling of files with umlauts in their name

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.

Maybe not related to LC_ALL but to LC_CTYPE