Skip to content

Commit

Permalink
Fixing file name encoding issues.
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuhiro Kato <[email protected]>
  • Loading branch information
kkato233 committed Feb 4, 2025
1 parent bc204b7 commit d33fb3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitk-git/gitk
Original file line number Diff line number Diff line change
Expand Up @@ -12379,6 +12379,7 @@ catch {
if {$gitencoding == ""} {
set gitencoding "utf-8"
}
encoding system utf-8
set tclencoding [tcl_encoding $gitencoding]
if {$tclencoding == {}} {
puts stderr "Warning: encoding $gitencoding is not supported by Tcl/Tk"
Expand Down

0 comments on commit d33fb3d

Please sign in to comment.