]> gitweb.ps.run Git - ps-cgit/commit
md2html: use utf-8 and flush output buffer
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 17 Jun 2016 10:27:10 +0000 (12:27 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 17 Jun 2016 10:28:03 +0000 (12:28 +0200)
commit7d51120440346108aad74f007431ad65b307f6d7
tree17e4a4f0e7df7998848906aad00576181fac266b
parentd88ec849c4f7af41a8a41af1a4f79a2b4d41717a
md2html: use utf-8 and flush output buffer

Otherwise we get the classic Python UTF-8 errors, and the text is all
out of order. While we're at it, switch to python3 so we only have to
support one set of oddball semantics.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Suggested-by: Daniel Campbell <dlcampbell@gmx.com>
filters/html-converters/md2html