gitweb: use decode_utf8 directly
authorIsmail Dönmez <ismail@pardus.org.tr>
Tue, 1 May 2007 21:12:13 +0000 (00:12 +0300)
committerJunio C Hamano <junkio@cox.net>
Fri, 4 May 2007 06:22:12 +0000 (23:22 -0700)
Using decode() tries to decode data that is already UTF-8 and
borks, but decode_utf8 from Encode.pm has a built-in safety
against that.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found