gitweb: Convert project name to UTF-8
commit041794188ff4f7a0b3ada8058d174a0c114da78b
authorYasushi SHOJI <yashi@atmark-techno.com>
Tue, 30 Jan 2007 10:23:38 +0000 (30 19:23 +0900)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Feb 2007 21:49:00 +0000 (5 13:49 -0800)
tree48f60481d095db8dd44ee4ed21e247eed9e9bc80
parentb2e69f6299b5a46840600176679b94843cf63a8d
gitweb: Convert project name to UTF-8

If the repository directory name is in non-ascii, $project needs to be
converted from perl internal to utf-8 because it will be used as
title, page path, and snapshot filename.

use to_utf8() to do the conversion.

Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl