Message6717
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. |
|
Date |
User |
Action |
Args |
2011-11-07 06:20:11 | ssoldatenko | set | messageid: <1320646811.67.0.765861935214.issue1807@psf.upfronthosting.co.za> |
2011-11-07 06:20:11 | ssoldatenko | set | recipients:
+ ssoldatenko, irmen |
2011-11-07 06:20:11 | ssoldatenko | link | issue1807 messages |
2011-11-07 06:20:11 | ssoldatenko | create | |
|