From: Jason A. Donenfeld Date: Fri, 17 Jun 2016 10:27:10 +0000 (+0200) Subject: md2html: use utf-8 and flush output buffer X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/7d51120440346108aad74f007431ad65b307f6d7?ds=inline;hp=7d51120440346108aad74f007431ad65b307f6d7 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 Suggested-by: Daniel Campbell ---