Skip to content

Commit e8717b6

Browse files
committed
Merge branch 'ab/gitweb-author-initials'
* ab/gitweb-author-initials: gitweb: Fix the author initials in blame for non-ASCII names
2 parents 5ff9f23 + fd87004 commit e8717b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitweb/gitweb.perl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6631,6 +6631,7 @@ sub git_blame_common {
66316631
$hash_base, '--', $file_name
66326632
or die_error(500, "Open git-blame --porcelain failed");
66336633
}
6634+
binmode $fd, ':utf8';
66346635

66356636
# incremental blame data returns early
66366637
if ($format eq 'data') {

0 commit comments

Comments
 (0)