This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tzot
Recipients amaury.forgeotdarc, christian.heimes, ezio.melotti, mark, pitrou, tzot, vstinner
Date 2009-09-19.00:38:47
SpamBayes Score 0.0046559824
Marked as misclassified No
Message-id <1253320731.48.0.313425253817.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
Another note:
if one creates a dummy Stream object (having a softspace attribute and a
write method that writes using os.write, as in
http://stackoverflow.com/questions/878972/windows-cmd-encoding-change-causes-python-crash/1432462#1432462
) to replace sys.stdout and sys.stderr, then writes occur correctly,
without issues. Pre-requisites:
chcp 65001, Lucida Console font and cp65001 as an alias for UTF-8 in
encodings/aliases.py
This is Python 2.5.4 on Windows.
History
Date User Action Args
2009-09-19 00:38:51tzotsetrecipients: + tzot, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, mark, ezio.melotti
2009-09-19 00:38:51tzotsetmessageid: <1253320731.48.0.313425253817.issue1602@psf.upfronthosting.co.za>
2009-09-19 00:38:48tzotlinkissue1602 messages
2009-09-19 00:38:48tzotcreate