2008-01-12 23:55:51 +01:00
|
|
|
When rendering an rst page with utf-8 characters in (specifically but not
|
|
|
|
solely "£"), ikiwiki seems to hang.
|
2008-01-08 19:00:01 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2008-01-12 23:55:51 +01:00
|
|
|
rst2html on the same file has no problem rendering the file as expected. The
|
|
|
|
markdown plugin also has no problems rendering the same file, so I'm guessing
|
|
|
|
it's a problem with the XML-RPC interface.
|
2008-02-11 06:11:49 +01:00
|
|
|
|
|
|
|
Sorry for the delay, this is now fixed! --[[Joey]]
|
2008-07-21 13:31:04 +02:00
|
|
|
[[!tag done]]
|