]> Lady’s Gitweb - Gitweb/commit
gitweb: Convert project name to UTF-8
authorYasushi SHOJI <redacted>
Tue, 30 Jan 2007 10:23:38 +0000 (19:23 +0900)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit849289d0ebf066ef09f66c319064276549e5d1cf83941580aa7a4a2c507a6fac
tree01198602f22e7c1212868120060db33620819c43309afaaac7004434d7f22bb7
parent0b74382b3a9541ee7aef5125f51416c9dd4f0ea205091fe5c238b5b8c84c1ac4
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 <redacted>
gitweb.perl
This page took 0.271577 seconds and 4 git commands to generate.