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 vstinner
Recipients Alex.Willmer, vstinner, xdegaye
Date 2016-11-18.10:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479466549.94.0.639185818834.issue26928@psf.upfronthosting.co.za>
In-reply-to
Content
> The problem is caused by the fact that android does not have HAVE_LANGINFO_H and CODESET set

Hum, is it possible to get the locale encoding by another way?

If not, what is the locale encoding?

Does Android provide mbstowcs() and wcstombs() functions?
History
Date User Action Args
2016-11-18 10:55:49vstinnersetrecipients: + vstinner, xdegaye, Alex.Willmer
2016-11-18 10:55:49vstinnersetmessageid: <1479466549.94.0.639185818834.issue26928@psf.upfronthosting.co.za>
2016-11-18 10:55:49vstinnerlinkissue26928 messages
2016-11-18 10:55:49vstinnercreate