]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn
Merge branch 'master' into cvs
[ikiwiki.git] / doc / bugs / Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn
1 I'm writing [pykipandoc plugin](https://github.com/temmen/pykipandoc/blob/master/pykipandoc), that work at least as pandoc-iki.
2
3 It works in compile mode, editing pages in web mode however results in 
4
5     pandoc: : hGetContents: invalid argument (Invalid or incomplete multibyte or wide character)
6
7 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"?
8
9     This principle has guided pandoc’s decisions in finding syntax for tables, footnotes, and other extensions.
10
11 Please, any advice can be sent to [GitHub pykipandoc](https://github.com/temmen/pykipandoc) (some other info there on the [README](https://github.com/temmen/pykipandoc/blob/master/README.md)) and to [temmenel(at)gmail(dot)com](mailto:temmenel@gmail.com).
12
13 ¡Thank you all!