Message246884
PEP 263 doesn’t say exactly what encodings are supported. It mentions Shift JIS is supported, but UTF-16 is not. Only UTF-8 is allowed if the file starts with a UTF-8 BOM. I guess many of the Python-specific text encodings from the second section may be supported. Probably any text encoding in general, as long as the first one or two lines can “rougly” be parsed in ASCII. |
|
Date |
User |
Action |
Args |
2015-07-18 04:23:21 | martin.panter | set | recipients:
+ martin.panter, terry.reedy, docs@python, ksameersrk |
2015-07-18 04:23:21 | martin.panter | set | messageid: <1437193401.44.0.419205496316.issue24563@psf.upfronthosting.co.za> |
2015-07-18 04:23:21 | martin.panter | link | issue24563 messages |
2015-07-18 04:23:20 | martin.panter | create | |
|