]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwListing.pm
git_async_cat: remove circular reference
[public-inbox.git] / lib / PublicInbox / WwwListing.pm
index 38a37ddaae977f129081f4b054f4ac9a1076385b..a3d4e2b3566972796bc6c920568a9a1078d485be 100644 (file)
@@ -157,6 +157,8 @@ sub manifest_add ($$;$$) {
 
        chomp(my $owner = $git->qx('config', 'gitweb.owner'));
        chomp(my $desc = try_cat("$git_dir/description"));
+       utf8::decode($owner);
+       utf8::decode($desc);
        $owner = undef if $owner eq '';
        $desc = 'Unnamed repository' if $desc eq '';