]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/rst_plugin_hangs_on_utf-8.mdwn
web commit by http://subvert.org.uk/~bma/
[ikiwiki.git] / doc / bugs / rst_plugin_hangs_on_utf-8.mdwn
1 When rendering an rst page with utf-8 characters in (specifically "£"), ikiwiki seems to hang.
2
3 Killing with Control-C gives the following traceback:
4
5     Traceback (most recent call last):
6       File "/usr/lib/ikiwiki/plugins/rst", line 97, in ?
7         handler.handle_request()
8       File "/usr/lib/ikiwiki/plugins/rst", line 74, in handle_request
9         ret = rpc_read(processor)
10       File "/usr/lib/ikiwiki/plugins/rst", line 42, in rpc_read
11         line = sys.stdin.readline()
12     KeyboardInterrupt
13
14 rst2html on the same file has no problem rendering the file as expected.