]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Handle non UTF-8 text better
authorMartin Koegler <redacted>
Sun, 3 Jun 2007 15:42:44 +0000 (17:42 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
gitweb assumes that everything is in UTF-8. If a text contains invalid
UTF-8 character sequences, the text must be in a different encoding.

This commit introduces $fallback_encoding which would be used as input
encoding if gitweb encounters text with is not valid UTF-8.

Add basic test for this in t/t9500-gitweb-standalone-no-errors.sh

Signed-off-by: Martin Koegler <redacted>
Signed-off-by: Jakub Narebski <redacted>
Tested-by: Alexandre Julliard <redacted>
Tested-by: Ismail Dönmez <redacted>
Signed-off-by: Junio C Hamano <redacted>

No differences found
This page took 0.229627 seconds and 4 git commands to generate.