Jakub Narebski <jnareb@xxxxxxxxx> writes: > Gitweb tries hard to properly process UTF-8 data, by marking output > from git commands and contents of files as UTF-8 with to_utf8() > subroutine. This ensures that gitweb would print correctly UTF-8 > e.g. in 'log' and 'commit' views. > > Unfortunately it misses another source of potentially Unicode input, > namely query parameters. The result is that one cannot search for a I think two lines should suffice instead of the above two paragraphs. Gitweb forgot to turn query parameters into UTF-8. This results in a bug that one cannot search for a > string containing characters outside US-ASCII. For example searching > ... The remainder explains the problem and the solution very well modulo minor typos. > Noticed-by: Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx> > Signed-off-by: Jakub Narębski <jnareb@xxxxxxxxx> > --- We can add "Tested-by:" to this now. Will queue. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html