Message5559

Author yanne
Recipients yanne
Date 2010-03-04.10:44:19
SpamBayes Score 1.6476653e-07
Marked as misclassified No
Message-id <1267699461.05.0.216763971611.issue1568@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54)
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_18
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stdout.encoding
'Cp1252'

Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stdout.encoding
'cp437'

Decoding console output using sys.stdout.encoding with Jython2.5 produces illegible characters.
History
Date User Action Args
2010-03-04 10:44:21yannesetrecipients: + yanne
2010-03-04 10:44:21yannesetmessageid: <1267699461.05.0.216763971611.issue1568@psf.upfronthosting.co.za>
2010-03-04 10:44:20yannelinkissue1568 messages
2010-03-04 10:44:19yannecreate