]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn
Use the pure perl Data::Dumper when generating setup files to ensure that utf-8 chara...
[ikiwiki.git] / doc / bugs / unicode_chars_in_wikiname_break_auth.mdwn
index c272d4b4f63eaee6d94641ab3253efff1ffb7bc0..5d5e90f7a9e0f5eadda1459c4811448171bd7f5f 100644 (file)
@@ -5,4 +5,12 @@ Inspecting the cookie information (thanks to Iceweasel's webdeveloper add-on), I
 
 Replacing "ยท" with "-" in `wikiname` fixed this login issue.
 
+> Hmm, Recai sent me a patch a long time ago to handle utf-8 here by encoding
+> the wikiname. But it doesn't seem to work, somehow the encoded utf-8
+> value still doesn't make it through. (CGI::Session seems to have underermined utf-8
+> issues too.) Seems like I will have to possibly break some sessions and
+> entity-encode the wikiname in the cookie.. [[done]]. --[[Joey]]
+
 (BTW, such a char was replaced by -I don't remember what encoding thingie- in my setup file, when running `ikiwiki-transition setupformat`.)
+
+> Thanks for the heads up, fixed that too. --[[Joey]]