Message289439
I'm still confused about what getlocale() is supposed to do. Why do we attempt to return an encoding anyway if the underlying setlocale call doesn't return one? Is getlocale() not supposed to a simple wrapper over the C locale? If not, how is one supposed to get the encoding associated with the C locale?
The old alias table code meant that the encoding returned from getlocale() could be related to or completely unrelated to the actual C locale. Misunderstanding this results in issues like #29571. |
|
Date |
User |
Action |
Args |
2017-03-11 07:55:04 | benjamin.peterson | set | recipients:
+ benjamin.peterson, lemburg, loewis, Arfrever, serhiy.storchaka |
2017-03-11 07:55:04 | benjamin.peterson | set | messageid: <1489218904.01.0.0364266302295.issue20087@psf.upfronthosting.co.za> |
2017-03-11 07:55:04 | benjamin.peterson | link | issue20087 messages |
2017-03-11 07:55:03 | benjamin.peterson | create | |
|