From 1d12dfc57c1150f06a20bd47cd1151a31137289f Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 26 Sep 2008 12:44:09 -0400 Subject: [PATCH] update: possible solution --- doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn b/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn index 177b886c8..704ee18cf 100644 --- a/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn +++ b/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn @@ -16,5 +16,10 @@ the problem can be shown with an auto-setup'd ikiwiki without cgi when manually >> "missing page". it seems that bestlink can't handle utf8 encoded texts. (the >> same happens, by the way, when using meta-redir to a page with high bytes in >> the name.) +>> +>> update: i've had a look at the git options; you could run git with '-z' (NUL +>> termination) in the `git_commit_info` function; this would require some +>> changes in `parse_diff_tree`, but otherwise completely eliminate the +>> problems with git escaping. >> >> --[[chrysn]] -- 2.26.2