X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/1cfb23cba290fca6f5d0650d3ea5586d4ff5fa4b..a2463a58fb5170c761e732a8a8eed114760e2ae0:/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 2fa8e28a5..b0f417209 100644 --- a/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn +++ b/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn @@ -1,4 +1,5 @@ -When rendering an rst page with utf-8 characters in (specifically "£"), ikiwiki seems to hang. +When rendering an rst page with utf-8 characters in (specifically but not +solely "£"), ikiwiki seems to hang. Killing with Control-C gives the following traceback: @@ -11,4 +12,9 @@ Killing with Control-C gives the following traceback: line = sys.stdin.readline() KeyboardInterrupt -rst2html on the same file has no problem rendering the file as expected. +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]]