]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / bugs / blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
1 Hi,
3 I'm trying to add a comment, and ikiwiki fails with this error message:
5     Error: HTTP::Message content must be bytes at /usr/share/perl5/RPC/XML/Client.pm line 308
7 This seems to happen because I had a non-ASCII character in the comment (an ellipse, …).
8 The interesting part is that the comment preview works fine, just the save fails. Probably
9 this means that the blogspam plugin is the culprit (hence the error in RPC::XML::Client library).
10 I'm using version 3.20100815~bpo50+. Thanks!
12 > I've filed an upstream bug about this on RPC::XML:
13 > <https://rt.cpan.org/Ticket/Display.html?id=61333>
14
15 > Worked around it in blogspam by decoding. [[done]] --[[Joey]]