diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2018-01-22 18:07:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 18:07:32 (GMT) |
commit | 9089a265918754d95e105a7c4c409ac9352c87bb (patch) | |
tree | 1f171191126bbe95f5e36de0a128b29bd7ed66b4 /Lib/asyncio/unix_events.py | |
parent | 13ff24582c99dfb439b1af7295b401415e7eb05b (diff) | |
download | cpython-9089a265918754d95e105a7c4c409ac9352c87bb.zip cpython-9089a265918754d95e105a7c4c409ac9352c87bb.tar.gz cpython-9089a265918754d95e105a7c4c409ac9352c87bb.tar.bz2 |
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.
Diffstat (limited to 'Lib/asyncio/unix_events.py')
0 files changed, 0 insertions, 0 deletions