From b8a483246323aceb1c228e2219b419ed471934c0 Mon Sep 17 00:00:00 2001 From: Brian Hetro Date: Mon, 25 Jan 2010 22:04:12 -0500 Subject: [PATCH] gitweb_config.perl: Add charset info of utf-8 if blob_plain output of a text/plain blob Acked-by: Petr Baudis --- gitweb/gitweb_config.perl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitweb/gitweb_config.perl b/gitweb/gitweb_config.perl index 49daa98..14f3f50 100644 --- a/gitweb/gitweb_config.perl +++ b/gitweb/gitweb_config.perl @@ -17,6 +17,9 @@ our $frontpage_no_project_list = 1; ## index lifetime in minutes our $projlist_cache_lifetime = 10; +## default charset for text/plain blob +our $default_text_plain_charset = 'utf-8'; + # Comment out to disable ctags $feature{ctags}{default}=["$Girocco::Config::webadmurl/tagproj.cgi"]; -- 2.11.4.GIT