Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec57aa
)
branch looks good
author
smcv
<smcv@web>
Wed, 10 Sep 2014 07:39:35 +0000
(
03:39
-0400)
committer
admin
<admin@branchable.com>
Wed, 10 Sep 2014 07:39:35 +0000
(
03:39
-0400)
doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
patch
|
blob
|
history
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 2f90f3e9636155129f9d7d15e89f8df13ae32a97..74d8e461722294cdaa2203a9d87cf48603c4c636 100644
(file)
--- 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]]