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 vstinner
Recipients ncoghlan, vstinner
Date 2018-11-22.11:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542886019.65.0.788709270274.issue35290@psf.upfronthosting.co.za>
In-reply-to
Content
More FreeBSD commits, "Teach man(1) about C.UTF-8":
https://svnweb.freebsd.org/base?view=revision&revision=340128

---


EXPECTED_C_LOCALE_STREAM_ENCODING = 'ascii'
EXPECTED_C_LOCALE_FS_ENCODING = 'ascii'

I guess that the problem comes from that. But I'm not sure of what is the FS encoding for LC_ALL=C or LC_ALL=C.UTF-8.
History
Date User Action Args
2018-11-22 11:26:59vstinnersetrecipients: + vstinner, ncoghlan
2018-11-22 11:26:59vstinnersetmessageid: <1542886019.65.0.788709270274.issue35290@psf.upfronthosting.co.za>
2018-11-22 11:26:59vstinnerlinkissue35290 messages
2018-11-22 11:26:59vstinnercreate