Skip to content

Commit d33fb3d

Browse files
committed
Fixing file name encoding issues.
Signed-off-by: Kazuhiro Kato <[email protected]>
1 parent bc204b7 commit d33fb3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitk-git/gitk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12379,6 +12379,7 @@ catch {
1237912379
if {$gitencoding == ""} {
1238012380
set gitencoding "utf-8"
1238112381
}
12382+
encoding system utf-8
1238212383
set tclencoding [tcl_encoding $gitencoding]
1238312384
if {$tclencoding == {}} {
1238412385
puts stderr "Warning: encoding $gitencoding is not supported by Tcl/Tk"

0 commit comments

Comments
 (0)