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 xdegaye
Recipients Jan Niklas Hasse, Sworddragon, abarry, akira, barry, ezio.melotti, lemburg, methane, ncoghlan, r.david.murray, vstinner, xdegaye, yan12125
Date 2017-01-22.10:05:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485079522.72.0.240822981866.issue28180@psf.upfronthosting.co.za>
In-reply-to
Content
> On Android, setlocale(CATEGORY, "") does not look for the locale environment variables (LANG, ...) but sets the 'C' locale instead

FWIW the source code of setlocale() on bionic (Android libc) is at https://android.googlesource.com/platform/bionic/+/master/libc/bionic/locale.cpp#144
History
Date User Action Args
2017-01-22 10:05:22xdegayesetrecipients: + xdegaye, lemburg, barry, ncoghlan, vstinner, ezio.melotti, r.david.murray, methane, akira, Sworddragon, yan12125, abarry, Jan Niklas Hasse
2017-01-22 10:05:22xdegayesetmessageid: <1485079522.72.0.240822981866.issue28180@psf.upfronthosting.co.za>
2017-01-22 10:05:22xdegayelinkissue28180 messages
2017-01-22 10:05:22xdegayecreate