SIGN IN SIGN UP

bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)

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.
V
Victor Stinner committed
9089a265918754d95e105a7c4c409ac9352c87bb
Parent: 13ff245
Committed by GitHub <noreply@github.com> on 1/22/2018, 6:07:32 PM