Re: gitweb forgets to send utf8 header for raw blob views
From: Jan Engelhardt <hidden>
Date: 2016-06-15 22:44:40
On Sunday 2008-06-01 00:39, Jakub Narebski wrote:
On Sat, 31 May 2008, Jan Engelhardt wrote:quoted
On Friday 2008-05-30 10:18, Jakub Narebski wrote:quoted
Jan Engelhardt [off-list ref] writes:quoted
I have configured gitweb to use utf8, and that works for text blob views like on http://dev.medozas.de/gitweb.cgi?p=hxtools;a=blob;f=bin/git-forest;hb=HEAD but it does not for raw blob views like http://dev.medozas.de/gitweb.cgi?p=hxtools;a=blob_plain;f=bin/git-forest;hb=HEADThis can depend on configuration, both on gitweb configuration (you can for example define $default_blob_plain_mimetype to 'text/plain; charset=utf-8', and define $default_text_plain_charset to 'utf-8'), and on your /etc/mime.types; gitweb does not add charset info if mimetype is acquired from mime.types, which I guess is a mistake.Thanks for the hint. Setting our $default_text_plain_charset = "utf-8"; was all that was needed.By the way, do you think that this should be the default for gitweb?
Definitely. I also made tbz2 the default for me over tgz, because that's just how it is.