[Python-ideas] PEP 538 (C locale coercion) now depends on PEP 540 (UTF-8 mode)
INADA Naoki
songofacandy at gmail.com
Sat Jan 21 22:06:38 EST 2017
I love it
PEP 540 helps using UTF-8 on Python.
PEP 538 helps using UTF-8 on C libraries within Python, too,
(if system supports LC_CTYPE=UTF-8 or C.UTF-8.)
It seems best solution we can do for now.
More information about the Python-ideas
mailing list