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 yan12125
Recipients skrah, vstinner, xdegaye, yan12125
Date 2017-02-18.13:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487424260.45.0.0825645950823.issue29436@psf.upfronthosting.co.za>
In-reply-to
Content
I've improved the patch and submitted it as PR 159. Now on Android:

1. _locale is built
2. _locale has several symbols, including CODESET
3. _locale doesn't have nl_langinfo()

Basically _locale maps what langinfo.h does. On Android langinfo.h has several #defines like CODESET but nl_langinfo() is missing from langinfo.h and libc.so.

On my ASUS ZE500KL, both test_locale and test_site (see: issue28596) pass.
History
Date User Action Args
2017-02-18 13:24:20yan12125setrecipients: + yan12125, vstinner, skrah, xdegaye
2017-02-18 13:24:20yan12125setmessageid: <1487424260.45.0.0825645950823.issue29436@psf.upfronthosting.co.za>
2017-02-18 13:24:20yan12125linkissue29436 messages
2017-02-18 13:24:20yan12125create