itenium-be/Git-NumberedAdd

git add not working for special characters

Laoujin opened this issue · 2 comments

Ex: filename "filé.pdf"
Git status returns: fil**\303\251**.pdf

And then: git add "fil**\303\251**.pdf" crashes...

~/.gitconfig

[core]
  precomposeunicode = true
  quotePath = false

This works for normal git status & git add

But gs displays: fil├®.pdf