Package: git
Version: 1:1.7.10.4-2
Severity: normal
File: /usr/share/gitweb/gitweb.cgi

Dear Maintainer,

I setup my gitweb[1] as fastcgi behind an nginx and found many encoding
issues.

The first one is the description of the projects, I wrapp the
configuration in a "to_utf8" call to fix the issue:

--- gitweb.cgi.orig     2013-05-30 22:31:03.960730832 +0200
+++ gitweb.cgi  2013-05-30 23:01:18.557405272 +0200
@@ -2775,7 +2775,7 @@
        if (defined $conf) {
                chomp $conf;
        }
-       return $conf;
+       return to_utf8($conf);
 }
 
 sub git_get_project_description {

But the shortlog has issue too[2], even the blob view[3].

Is there any plan to fix them all?

Regards.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages git depends on:
ii  git-man          1:1.7.10.4-2
ii  libc6            2.17-3
ii  libcurl3-gnutls  7.30.0-2
ii  liberror-perl    0.17-1
ii  libexpat1        2.1.0-3
ii  perl-modules     5.14.2-21
ii  zlib1g           1:1.2.8.dfsg-1

Versions of packages git recommends:
ii  less                         458-1
ii  openssh-client [ssh-client]  1:6.2p2-1
ii  patch                        2.6.1-3
ii  rsync                        3.0.9-4

Versions of packages git suggests:
ii  gettext-base                          0.18.1.1-10
pn  git-arch                              <none>
pn  git-cvs                               <none>
pn  git-daemon-run | git-daemon-sysvinit  <none>
pn  git-doc                               <none>
pn  git-el                                <none>
ii  git-email                             1:1.7.10.4-2
pn  git-gui                               <none>
ii  git-svn                               1:1.7.10.4-2
pn  gitk                                  <none>
pn  gitweb                                <none>

-- no debconf information


Footnotes: 
[1]  http://git.baby-gnu.net/gitweb

[2]  http://git.baby-gnu.net/gitweb?p=git-buildpackage.git;a=summary

[3]  
http://git.baby-gnu.net/gitweb/?p=user/dad/config/emacs.git;a=blob;f=Calendar.el

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF

Attachment: pgp1ynFLZU36O.pgp
Description: PGP signature

Reply via email to