Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 851 Bytes

Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn

File metadata and controls

13 lines (7 loc) · 851 Bytes

I'm writing pykipandoc plugin, that work at least as pandoc-iki.

It works in compile mode, editing pages in web mode however results in

pandoc: : hGetContents: invalid argument (Invalid or incomplete multibyte or wide character)

I think that is because HTTP POST request building editpage doesn't correctly manage utf-8 contents: see strange chars in this form-data name="editcontent"?

This principle has guided pandoc’s decisions in finding syntax for tables, footnotes, and other extensions.

Please, any advice can be sent to GitHub pykipandoc (some other info there on the README) and to temmenel(at)gmail(dot)com.

¡Thank you all!