aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-08 13:00:01 -0500
committerJoey Hess <joey@kitenet.net>2008-01-08 13:00:01 -0500
commit1cfb23cba290fca6f5d0650d3ea5586d4ff5fa4b (patch)
treef6e24ca7c8625160ccb779d6a1fc88eb77ff484c /doc/bugs/rst_plugin_hangs_on_utf-8.mdwn
parent88972be0012e75b12751db859340c056ae6829b6 (diff)
downloadikiwiki-1cfb23cba290fca6f5d0650d3ea5586d4ff5fa4b.tar
ikiwiki-1cfb23cba290fca6f5d0650d3ea5586d4ff5fa4b.tar.gz
web commit by http://subvert.org.uk/~bma/
Diffstat (limited to 'doc/bugs/rst_plugin_hangs_on_utf-8.mdwn')
-rw-r--r--doc/bugs/rst_plugin_hangs_on_utf-8.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn b/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn
new file mode 100644
index 000000000..2fa8e28a5
--- /dev/null
+++ b/doc/bugs/rst_plugin_hangs_on_utf-8.mdwn
@@ -0,0 +1,14 @@
+When rendering an rst page with utf-8 characters in (specifically "£"), ikiwiki seems to hang.
+
+Killing with Control-C gives the following traceback:
+
+ Traceback (most recent call last):
+ File "/usr/lib/ikiwiki/plugins/rst", line 97, in ?
+ handler.handle_request()
+ File "/usr/lib/ikiwiki/plugins/rst", line 74, in handle_request
+ ret = rpc_read(processor)
+ File "/usr/lib/ikiwiki/plugins/rst", line 42, in rpc_read
+ line = sys.stdin.readline()
+ KeyboardInterrupt
+
+rst2html on the same file has no problem rendering the file as expected.