From: Dave P. <dav...@gm...> - 2012-12-10 18:31:49
|
On 10 December 2012 18:05, Waylan Limberg <wa...@gm...> wrote: > Nope, I still can't replicate the problem. Just to be clear, I am not > using the latest release available on pypi, but the most recent code > in the git repo on GitHub [1] (which contains a patch for this kind of > issue). In order words, I believe the bug has been fixed - with the > fix becoming available in the next release. If however, you are using > the latest from Github and still seeing the problem, all I can suggest > is to set PYTHONENCODING (or avoid using pipes). > > [1]: https://github.com/waylan/Python-Markdown Installed (the hard way!). Now handles utf-8 as default, includeing redirection. Now working, shows ]$ python -m markdown --version __main__.py 2.2.0 Thanks. ps. Why is it called xhtml1 output, when there is no <html> and <head/> markup? It's clearly wrong. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk |