diff options
author | Joey Hess <joey@kitenet.net> | 2008-01-12 17:55:51 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-01-12 17:55:51 -0500 |
commit | 1bdd9ec761de04d03d0f6fefe75ae6dc08c9f458 (patch) | |
tree | ec2be0814aedc05ebd85fc8f238d374b33f0a5df /doc/bugs | |
parent | e282f6dde22a855f84cfb65bb46cba11b2c41fce (diff) |
web commit by http://subvert.org.uk/~bma/: More information.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/rst_plugin_hangs_on_utf-8.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn b/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn index 2fa8e28a5..9890559bb 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,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. |