]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/rst_plugin_hangs_on_utf-8.mdwn
po: Fixed to run rcs_add ralative to srcdir.
[ikiwiki.git] / doc / bugs / rst_plugin_hangs_on_utf-8.mdwn
1 When rendering an rst page with utf-8 characters in (specifically but not
2 solely "£"), ikiwiki seems to hang.
3
4 Killing with Control-C gives the following traceback:
5
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()
13     KeyboardInterrupt
14
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.
18
19 Sorry for the delay, this is now fixed! --[[Joey]]
20 [[!tag done]]