diff options
author | chrysn <chrysn@web> | 2008-09-28 05:47:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-28 05:47:20 -0400 |
commit | 714de9f1014441a1a62b0d43912255dc4e760660 (patch) | |
tree | 1a6613d589b5473a638db1765bb1ac127b0e0c01 /doc/bugs | |
parent | d4ac1c750e5f3dcf3bb5d764d7e625fe90c7ebd3 (diff) | |
download | ikiwiki-714de9f1014441a1a62b0d43912255dc4e760660.tar ikiwiki-714de9f1014441a1a62b0d43912255dc4e760660.tar.gz |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn b/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn index d8696cb4c..88dbfc39b 100644 --- a/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn +++ b/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn @@ -19,10 +19,13 @@ the problem can be shown with an auto-setup'd ikiwiki without cgi when manually >> >>> The problem is that all cgi inputs have to be explicitly decoded to >>> utf-8, which I've now done for `recentchange_link`. +>>>> thanks a lot, i think that closed the bug. >>> >>> I cannot, however, reproduce a problem with meta redir. Here it >>> generated the following html, which redirected the browser ok: >>> <meta http-equiv="refresh" content="0; URL=./../รข/" /> +>>>> sorry, my fault -- it was the blank which needed to be replaced by an +>>>> underscore, not the high byte character >> >> 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 @@ -31,5 +34,5 @@ the problem can be shown with an auto-setup'd ikiwiki without cgi when manually >> >>> If you would like to develop a patch to that effect, I'd be glad to >>> drop the current nasty code. ->> ->> --[[chrysn]] +>>>> i'll have a look, but i'm afraid that's above my current perl skills. +>>>> --[[chrysn]] |