From: Yasushi SHOJI Date: Tue, 30 Jan 2007 10:23:38 +0000 (+0900) Subject: gitweb: Convert project name to UTF-8 X-Git-Tag: v1.5.0-rc4~36 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/041794188ff4f7a0b3ada8058d174a0c114da78b?ds=inline;hp=041794188ff4f7a0b3ada8058d174a0c114da78b 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 ---