mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
PyUnicode_DecodeLocaleAndSize(), PyUnicode_DecodeLocale() and PyUnicode_EncodeLocale() now use always use the UTF-8 encoding on Android, instead of the current locale encoding. On Android API 19, mbstowcs() and wcstombs() are broken and cannot be used.
Miscellaneous source files for the main Python shared library