1 When rendering an rst page with utf-8 characters in (specifically but not
2 solely "£"), ikiwiki seems to hang.
4 Killing with Control-C gives the following traceback:
6 Traceback (most recent call last):
7 File "/usr/lib/ikiwiki/plugins/rst", line 97, in ?
8 handler.handle_request()
9 File "/usr/lib/ikiwiki/plugins/rst", line 74, in handle_request
10 ret = rpc_read(processor)
11 File "/usr/lib/ikiwiki/plugins/rst", line 42, in rpc_read
12 line = sys.stdin.readline()
15 rst2html on the same file has no problem rendering the file as expected. The
16 markdown plugin also has no problems rendering the same file, so I'm guessing
17 it's a problem with the XML-RPC interface.
19 Sorry for the delay, this is now fixed! --[[Joey]]