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 steve.dower
Recipients methane, ncoghlan, steve.dower, vstinner
Date 2019-03-06.14:59:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551884378.46.0.781247485093.issue36204@roundup.psfhosted.org>
In-reply-to
Content
RE making UnixMain public, I'd rather the core runtime require a known encoding, rather than trying to detect it. We should move the call into the detection logic into Programs/python.c so that embedders have to opt-in to detection (many embedding scenarios will prefer to do their own encoding).

Provided it's Unicode, I don't care whether it's a char or wchar API. Windows can always reliably convert to UTF-8, so if Linux needs some extra help here by using char then that's fine.
History
Date User Action Args
2019-03-06 14:59:38steve.dowersetrecipients: + steve.dower, ncoghlan, vstinner, methane
2019-03-06 14:59:38steve.dowersetmessageid: <1551884378.46.0.781247485093.issue36204@roundup.psfhosted.org>
2019-03-06 14:59:38steve.dowerlinkissue36204 messages
2019-03-06 14:59:38steve.dowercreate