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 rsc1975
Recipients ezio.melotti, lemburg, loewis, ncoghlan, r.david.murray, rsc1975, serhiy.storchaka, vstinner
Date 2015-09-01.07:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441093643.74.0.530569235633.issue24968@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, that makes sense, besides David pointed me about another opened issue that could help to solve cases like this: http://bugs.python.org/issue15216 If the encoding is wrong because the environment but we can change the initial stream encodings (in stdin/out) easily we have a powerful tool to adapt our scripts and patch broken locales like the generated with SSH sessions.
History
Date User Action Args
2015-09-01 07:47:23rsc1975setrecipients: + rsc1975, lemburg, loewis, ncoghlan, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka
2015-09-01 07:47:23rsc1975setmessageid: <1441093643.74.0.530569235633.issue24968@psf.upfronthosting.co.za>
2015-09-01 07:47:23rsc1975linkissue24968 messages
2015-09-01 07:47:23rsc1975create