web commit by http://subvert.org.uk/~bma/: More information.
authorJoey Hess <joey@kitenet.net>
Sat, 12 Jan 2008 22:55:51 +0000 (17:55 -0500)
committerJoey Hess <joey@kitenet.net>
Sat, 12 Jan 2008 22:55:51 +0000 (17:55 -0500)
doc/bugs/rst_plugin_hangs_on_utf-8.mdwn

index 2fa8e28a5393b298fdb982665513f553eba43c79..9890559bba946f152311bf0f57af8a49384c9c5a 100644 (file)
@@ -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,6 @@ 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.