Skip to content
Snippets Groups Projects

tree view need use ascii-8bit, file name need be utf8.

Merged gitlab-qa-bot requested to merge github/fork/SaitoWu/bugfix/1434 into master

Created by: SaitoWu

image

:smile:

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 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)

Please register or sign in to reply
Loading