Code

gitweb: Call to_utf8() on input string in chop_and_escape_str()
authorJürgen Kreileder <jk@blackdown.de>
Sat, 17 Dec 2011 09:22:21 +0000 (10:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2011 03:44:51 +0000 (19:44 -0800)
commit168c1e012030c65f2c1bcdd56a6ec77e37e5a743
tree390a69061f238512b9258c627e68859d523fce43
parent406da7803217998ff6bf5dc69c55b1613556c2f4
gitweb: Call to_utf8() on input string in chop_and_escape_str()

a) To fix the comparison with the chopped string,
   otherwise we compare bytes with characters, as
   chop_str() must run to_utf8() for correct operation
b) To give the title attribute correct encoding;
   we need to mark strings as UTF-8 before outpur

Signed-off-by: Jürgen Kreileder <jk@blackdown.de>
Acked-by: Jakub Narębski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl