diff options
author | chrysn <chrysn@web> | 2008-09-26 09:05:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-26 09:05:01 -0400 |
commit | 947a50fe5d3d242e111e89cf8486e26bfe0001d7 (patch) | |
tree | d15ca7a9080aa25aec6de12ce38cbd6479577b27 | |
parent | 585786b0bc7b1576eef194cab7f687332675389c (diff) |
some problem remains
-rw-r--r-- | doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn b/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn index 2568aef38..177b886c8 100644 --- a/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn +++ b/doc/bugs/unicode_encoded_urls_and_recentchanges.mdwn @@ -11,3 +11,10 @@ the problem can be shown with an auto-setup'd ikiwiki without cgi when manually > Encoding issue, I figured out a fix. [[done]] --[[Joey]] +>> the link text works now, but the link goes to +>> `ikiwiki.cgi?page=uml%C3%A4ute&do=recentchanges_link`, which fails with +>> "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.) +>> +>> --[[chrysn]] |