aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-09-08 16:20:58 -0400
committeradmin <admin@branchable.com>2014-09-08 16:20:58 -0400
commitdcfb0e033cf9ec4828dff88eefce809e22c5f8e4 (patch)
treeeea3d3c5a77d7ade6dc48ecc116dcbeea3bac3e5 /doc/bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn
parent199ec87e19e8b0b9bc2651453302ae1914738c40 (diff)
downloadikiwiki-dcfb0e033cf9ec4828dff88eefce809e22c5f8e4.tar
ikiwiki-dcfb0e033cf9ec4828dff88eefce809e22c5f8e4.tar.gz
more info
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.mdwn14
1 files changed, 14 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 ad7b27cfe..b5967e5f6 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
@@ -17,6 +17,20 @@ anarcat@marcos:ikiwiki$ echo "P�re" | hd
00000007
~~~~
+Clicking on the Cancel button yields the following warning:
+
+~~~~
+Error: Cannot decode string with wide characters at /usr/lib/x86_64-linux-gnu/perl/5.20/Encode.pm line 215.
+~~~~
+
+The apache logs yield:
+
+~~~~
+[Mon Sep 08 16:17:43.995827 2014] [cgi:error] [pid 2609] [client 192.168.0.3:47445] AH01215: Died at /usr/share/perl5/IkiWiki/CGI.pm line 467., referer: http://anarc.at/ikiwiki.cgi?do=edit&page=wishlist
+~~~~
+
+Interestingly enough, I can't reproduce the bug here (at least in this page). Also, editing the page through git works fine.
+
I had put ikiwiki on hold during the last upgrade, so it was upgraded separately. The bug happens both with 3.20140613 and 3.20140831. The major thing that happened today is the upgrade from perl 5.18 to 5.20. Here's the output of `egrep '[0-9] (remove|purge|install|upgrade)' /var/log/dpkg.log | pastebinit -b paste.debian.net` to give an idea of what was upgraded today:
http://paste.debian.net/plain/119944