Message337313
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. |
|
Date |
User |
Action |
Args |
2019-03-06 14:59:38 | steve.dower | set | recipients:
+ steve.dower, ncoghlan, vstinner, methane |
2019-03-06 14:59:38 | steve.dower | set | messageid: <1551884378.46.0.781247485093.issue36204@roundup.psfhosted.org> |
2019-03-06 14:59:38 | steve.dower | link | issue36204 messages |
2019-03-06 14:59:38 | steve.dower | create | |
|