From: https://www.google.com/accounts/o8/id?id=AItOawnjRHxyH6FSS25h_6x3YYbZ6SaVsozC3Ts Date: Thu, 9 Feb 2012 08:01:09 +0000 (-0400) Subject: rename bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn to bugs/__91__SOLVED__93_... X-Git-Tag: 3.20120203~167^2~2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/a82afbf488fafaebead4a32ad1eae5ccf2c08d1a rename bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn to bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn --- diff --git a/doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn b/doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn deleted file mode 100644 index ab4dc8953..000000000 --- a/doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -I'm writing [pykipandoc plugin](https://github.com/temmen/pykipandoc/blob/master/pykipandoc), 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](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). - -¡Thank you all! diff --git a/doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn b/doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn deleted file mode 100644 index 9cdc9e746..000000000 --- a/doc/bugs/Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn +++ /dev/null @@ -1,23 +0,0 @@ - # plugins to add to the default configuration - add_plugins => [qw{ - brokenlinks - map - orphans - pagecount - pagestats - tag - template - openid - attachment - edittemplate - remove - listdirectives - shortcut - pykipandoc}], - # plugins to disable - disable_plugins => [qw{passwordauth mdwn}], - -and - - # UTF-8 locale to use - locale => 'it_IT.UTF-8', diff --git a/doc/bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn b/doc/bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn new file mode 100644 index 000000000..ab4dc8953 --- /dev/null +++ b/doc/bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8.mdwn @@ -0,0 +1,13 @@ +I'm writing [pykipandoc plugin](https://github.com/temmen/pykipandoc/blob/master/pykipandoc), 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](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). + +¡Thank you all! diff --git a/doc/bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn b/doc/bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn new file mode 100644 index 000000000..9cdc9e746 --- /dev/null +++ b/doc/bugs/__91__SOLVED__93___Pandoc_plugin_and_UTF-8:_IkiWiki_and_UTF-8/discussion.mdwn @@ -0,0 +1,23 @@ + # plugins to add to the default configuration + add_plugins => [qw{ + brokenlinks + map + orphans + pagecount + pagestats + tag + template + openid + attachment + edittemplate + remove + listdirectives + shortcut + pykipandoc}], + # plugins to disable + disable_plugins => [qw{passwordauth mdwn}], + +and + + # UTF-8 locale to use + locale => 'it_IT.UTF-8',