blogspam: Fix crash when content contained utf-8.
[ikiwiki.git] / doc / bugs / blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
index 22242a97fa329ea01db31fd8e9845562839fe41f..265040d67d22ca994c7b56c50aeb8a86373395d8 100644 (file)
@@ -8,3 +8,8 @@ This seems to happen because I had a non-ASCII character in the comment (an elli
 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!
+
+> I've filed an upstream bug about this on RPC::XML:
+> <https://rt.cpan.org/Ticket/Display.html?id=61333>
+> 
+> Worked around it in blogspam by decoding. --[[Joey]]