diff options
author | chrysn <chrysn@web> | 2008-09-26 12:44:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-26 12:44:09 -0400 |
commit | 1d12dfc57c1150f06a20bd47cd1151a31137289f (patch) | |
tree | fe34c3697dc723e0e818e8e83ddce7e0967d0a5a | |
parent | 947a50fe5d3d242e111e89cf8486e26bfe0001d7 (diff) |
update: possible solution
-rw-r--r-- | doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
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]] |