Dear diary, on Tue, May 31, 2005 at 11:19:55AM CEST, I got a letter where Kay Sievers <kay.sievers@vrfy.org> told me that... > On Tue, May 31, 2005 at 09:55:11AM +0200, Thomas Kolejka wrote: > > The following patch makes it easy to change the encoding: > > > > > > --- gitweb.cgi.177 2005-05-31 09:43:17.000000000 +0200 > > +++ gitweb.cgi.p 2005-05-31 09:48:46.000000000 +0200 > > @@ -20,6 +20,9 @@ > > my $my_uri = $cgi->url(-absolute => 1); > > my $rss_link = ""; > > > > +my $encoding = "utf-8"; > > +$encoding = "iso-8859-1"; > > The upstream version will not support anything but the one and only > sane encoding which is utf-8. It will not provide options to switch > back to the 80's, sorry. :) This matters mainly for commits, right? Perhaps I should recode from current locale to utf8 in cg-commit? -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ C++: an octopus made by nailing extra legs onto a dog. -- Steve Taylor - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue May 31 20:12:46 2005
This archive was generated by hypermail 2.1.8 : 2005-05-31 20:12:47 EST