Support non-ASCII file names in the repositories
Open
enhancement
good first issue
help wanted
- Dominant language
- F#
- Stars
- 34
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
See this code: https://github.com/ForNeVeR/Fenrir/blob/5cfa3e6f51eaf3d1f2e08fb5d08c10ef8dcb9178/Fenrir.Git/Commands.fs#L82-L93
Currently, it seems we read the file names from tree objects in ASCII.
We should figure out what's the real encoding Git uses, and also use that to read the tree objects.
Contributor guide
Assessment
This issue has not been assessed yet.