]> Lady’s Gitweb - Gitweb/commit
gitweb: use decode_utf8 directly
authorIsmail Dönmez <redacted>
Tue, 1 May 2007 21:12:13 +0000 (00:12 +0300)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit785158817b548be75db3484e8bd9935e630b52756556ee38aab32198ae2c28e5
tree428bafe1e3a8a7c0435b0eda6b6e6d7b6091075796ca630c8a7167699d4748ed
parent82f3d8703e0792b57342ea8c08a499c6e5ea03f1902c766dbd39243646c54bcb
gitweb: use decode_utf8 directly

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 <redacted>
gitweb.perl
This page took 0.230079 seconds and 4 git commands to generate.