summaryrefslogtreecommitdiff
path: root/doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-14 15:13:13 -0400
committerJoey Hess <joey@kitenet.net>2010-09-14 15:13:13 -0400
commitad5f4f14f52233148a9ecae2b3e7e0964c6c02ba (patch)
treef7e4c3e832ba7a997c5279f4b5e2750a507a2b2c /doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
parent894d09ba9482dd53448986f487ca0f372083fee4 (diff)
parent382b0b349988d92f8571b38beb8be003e0b334a0 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn')
-rw-r--r--doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn b/doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
new file mode 100644
index 000000000..22242a97f
--- /dev/null
+++ b/doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
@@ -0,0 +1,10 @@
+Hi,
+
+I'm trying to add a comment, and ikiwiki fails with this error message:
+
+ Error: HTTP::Message content must be bytes at /usr/share/perl5/RPC/XML/Client.pm line 308
+
+This seems to happen because I had a non-ASCII character in the comment (an ellipse, …).
+The interesting part is that the comment preview works fine, just the save fails. Probably
+this means that the blogspam plugin is the culprit (hence the error in RPC::XML::Client library).
+I'm using version 3.20100815~bpo50+. Thanks!