]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/textile_plugin_dies_if_input_has_a_non-utf8_character.mdwn
fix the other half of the filecheck filename bug
[ikiwiki.git] / doc / bugs / textile_plugin_dies_if_input_has_a_non-utf8_character.mdwn
index d10cc3e5a7a8d4fd1fdc33d003216a496b4e6c2f..bdd07210ee9366ea300a18358e5ca19403a9c4ac 100644 (file)
@@ -9,4 +9,6 @@ The first two complaints happen if textile is not loaded, the third fatal one ha
 
 0x92 is "single quote" in the evil windows default codepage. It would be nice to handle this gracefully and not abort ikiwiki at this point, or alternatively, die fatally but mention which input page caused the error.
 
-Interestingly enough, in my case, the input file has several other bad windows characters (0xFC, u-umlaut) which have not caused ikiwiki to abort. ikiwiki version 2.50. -- [[JonDowland]]
+Interestingly enough, in my case, the input file has several other bad windows characters (0xFC, u-umlaut) which have not caused ikiwiki to abort. ikiwiki version 2.50. -- [[users/Jon]]
+
+> Fixed in git. [[done]] --[[Joey]]