Message6717

Author ssoldatenko
Recipients irmen, ssoldatenko
Date 2011-11-07.06:20:11
SpamBayes Score 4.6781645e-07
Marked as misclassified No
Message-id <1320646811.67.0.765861935214.issue1807@psf.upfronthosting.co.za>
In-reply-to
Content
I think it because of property name '-Dpython.console.encoding=UTF-8'.
It is CONSOLE encoding, not output encoding...

Can we add properties python.stdout.encoding and python.stderr.encoding?
Can we then change the code of initialization of the streams?

python.console.encoding - applied when stdout of stderr is a terminal.
python.stdout.encoding - applied when stdout is not a terminal, or when it is terminal but python.console.encoding is not set.
python.stderr.encoding - same as python.stdout.encoding.
History
Date User Action Args
2011-11-07 06:20:11ssoldatenkosetmessageid: <1320646811.67.0.765861935214.issue1807@psf.upfronthosting.co.za>
2011-11-07 06:20:11ssoldatenkosetrecipients: + ssoldatenko, irmen
2011-11-07 06:20:11ssoldatenkolinkissue1807 messages
2011-11-07 06:20:11ssoldatenkocreate