]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
Add package dependencies for scalable img support
[ikiwiki.git] / doc / bugs / garbled_non-ascii_characters_in_body_in_web_interface.mdwn
index 2f90f3e9636155129f9d7d15e89f8df13ae32a97..657b86baa94a8ccbb8232f4b2404bcf0f759bf70 100644 (file)
@@ -119,3 +119,8 @@ so this would explain the error on cancel, but doesn't explain the weird encodin
 ... and that leads me to this crazy patch which fixes all the above issue, by avoiding double-decoding... go figure that shit out...
 
 [[!template  id=gitbranch branch=anarcat/dev/safe_unicode author="[[anarcat]]"]] 
+
+> [[Looks good to me|users/smcv/ready]] although I'm not sure how valuable
+> the `$] < 5.02 || ` test is - I'd be tempted to just call `is_utf8`. --[[smcv]]
+
+>> [[merged|done]] --[[smcv]]