1 When rendering an rst page with utf-8 characters in (specifically "£"), ikiwiki seems to hang.
3 Killing with Control-C gives the following traceback:
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()
14 rst2html on the same file has no problem rendering the file as expected.