tree view need use ascii-8bit, file name need be utf8.
Merge request reports
Activity
Created by: SaitoWu
Relate: #473 (closed)
By Administrator on 2012-09-11T11:29:15 (imported from GitLab project)
By Administrator on 2012-09-11T11:29:15 (imported from GitLab)
Created by: SaitoWu
Git's encoding strategy is so weak, Hg is much better on this aspect.
Hg and SVN store file's name as utf-8 encoding , if file name is not utf8 encoding, Hg and SVN convert it.(also commit message, author message, etc... except the blob.data ) But Git didn't.
At the core level, git is character encoding agnostic.
I think its the worst part of Git.
By Administrator on 2012-09-11T12:04:01 (imported from GitLab project)
By Administrator on 2012-09-11T12:04:01 (imported from GitLab)