From 4aab5f0a73e9e4643ce8174613bd700cf7c3ab68 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Feb 2008 00:11:49 -0500 Subject: * Generate XML RPC messages with the encoding set to utf-8 instead of XML::RPC's default of us-ascii. Allows interoperation with python's xmlrpc library, which threw invalid encoding exceptions and caused the rst plugin to hang. --- doc/bugs/rst_plugin_hangs_on_utf-8.mdwn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/bugs/rst_plugin_hangs_on_utf-8.mdwn') diff --git a/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn b/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn index 9890559bb..5121f0379 100644 --- a/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn +++ b/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn @@ -15,3 +15,6 @@ Killing with Control-C gives the following traceback: rst2html on the same file has no problem rendering the file as expected. The markdown plugin also has no problems rendering the same file, so I'm guessing it's a problem with the XML-RPC interface. + +Sorry for the delay, this is now fixed! --[[Joey]] +[[tag done]] -- cgit v1.2.3