aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-10 03:39:35 -0400
committeradmin <admin@branchable.com>2014-09-10 03:39:35 -0400
commit91a35852c60e005f5b695e3aad149ef2089de83d (patch)
tree54adbded637e35c9c7e53dca7636d80987d75d81 /doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
parent3ec57aa5e64aea36f2c1ee8b0f10d5245d3e8118 (diff)
downloadikiwiki-91a35852c60e005f5b695e3aad149ef2089de83d.tar
ikiwiki-91a35852c60e005f5b695e3aad149ef2089de83d.tar.gz
branch looks good
Diffstat (limited to 'doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn')
-rw-r--r--doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn b/doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
index 2f90f3e96..74d8e4617 100644
--- a/doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
+++ b/doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
@@ -119,3 +119,6 @@ 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]]