-
Notifications
You must be signed in to change notification settings - Fork 10
gitk: Fixing file name encoding issues #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Handling UTF-8 encoding for file names in parameters when wish executes git commands. https://www.tcl.tk/man/tcl/TclCmd/encoding.htm
|
Signed-off-by: Kazuhiro Kato <[email protected]>
c087c4a
to
e0e51a3
Compare
in function git command
result text ex.
Fixed an issue with retrieving file names. |
fix it Based on the information from https://www.tcl.tk/man/tcl/TclCmd/encoding.htm
This ensures that command line parameters passed when calling Git commands are treated as UTF-8 instead of SJIS (or ANSI) . after fix it |
see git file name encoding UTF-8 documents. |
Please let's continue in #7. Please participate in the conversation there. I see you insist in It is unclear what you want to tell us with the reference to the git-commit manual page. |
fix: file name encoding issues.
fix: when resolving merge conflicts, japanese file names become garbled.
Cc: Johannes Sixt [email protected]