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 serhiy.storchaka
Recipients ezio.melotti, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vidartf, vstinner, zach.ware
Date 2016-01-06.15:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452094096.9.0.112598364346.issue26024@psf.upfronthosting.co.za>
In-reply-to
Content
This can be related to issue25812. Python supposes that locale settings in all categories use the same encoding (set by LC_CTYPE). Try first to set LC_CTYPE to ASCII-named locale with the 1252 codepage.
History
Date User Action Args
2016-01-06 15:28:16serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower, vidartf
2016-01-06 15:28:16serhiy.storchakasetmessageid: <1452094096.9.0.112598364346.issue26024@psf.upfronthosting.co.za>
2016-01-06 15:28:16serhiy.storchakalinkissue26024 messages
2016-01-06 15:28:16serhiy.storchakacreate