subesokun / atom-tree-view-git-status

Shows the Git repository status in the Atom tree-view
MIT License
24 stars 2 forks source link

Filepaths with ÅÄÖ shown as new/modified #5

Closed carlhannes closed 9 years ago

carlhannes commented 9 years ago

Hi!

Even if my git status says that there are no new or modified files, files with unicode characters such as Å, Ä and Ö show up as new or modified.

Example: Example2

Sometimes they don't show up, either, but the folder above them are marked as modified anyway.

Example: Example2

subesokun commented 9 years ago

@DeletedScreen Actually tree-view-git-status just uses the information received by the Atom git-utils package. You've to report this issue either to git-utils or tree-view (or to the atom main repo). Sorry that I can't help you more on that.

carlhannes commented 9 years ago

Thank you! Will do @subesokun