EGit (Eclipse) wrongly interpreting file names with non-ASCII characters?

Posted by Stefan Seidel on Super User See other posts from Super User or by Stefan Seidel
Published on 2013-04-18T13:55:14Z Indexed on 2013/10/20 3:58 UTC
Read the original article Hit count: 189

Filed under:
|
|
|

I recently switched to using a Git repository within Eclipse (Juno SR2), using EGit. In our project, some file names contains umlauts and other special non-ASCII-characters. On the command line, git status show no changes, workspace clean, but Eclipse marks those files as changed:enter image description here

How can I make Eclipse/EGit use the correct encoding for filenames? I tried setting LANG, file.encoding and the git config svn.pathnameencoding all to no avail. And again, on the command line there are no such errors.

© Super User or respective owner

Related posts about git

Related posts about eclipse