Fix Py3k error writing to stdout with encoding differing from default.
commit9b87c114965783e658d3fcd6d511194639c31780
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 11 Oct 2012 22:13:35 +0000 (11 22:13 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 11 Oct 2012 22:13:35 +0000 (11 22:13 +0000)
tree3eb4cd916095f06e893ae50f9d511c925cf500f1
parent1e36558b9837ccb5b186988039e363f88cd73278
Fix Py3k error writing to stdout with encoding differing from default.

Cleanup of the workarounds for Py3k encoding problems.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7525 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
HISTORY.txt
docutils/io.py
test/test_io.py