Code

gitweb: refactor decode() for utf8 conversion
authorYasushi SHOJI <yashi@atmark-techno.com>
Sun, 1 Oct 2006 21:21:33 +0000 (06:21 +0900)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Oct 2006 09:56:50 +0000 (02:56 -0700)
commit847abc0f2a8d57bf4c1f13e948995491b6bc6f58
treec33e68d370e0c6b272f6fc55afa5934cafc2617b
parent3df196716eb89e752c96cf252d5c712387a7c112
gitweb: refactor decode() for utf8 conversion

we already had a few place using decode() to convert perl internal
encode to utf8.  added a new thin wrapper to do just that.

Signed-off-by: Yasushi SHOJI <yashi@atmark-techno.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl