[issue32771] merge the underlying data stores of unicodedata and the str type

Benjamin Peterson report at bugs.python.org
Tue Aug 13 22:24:36 EDT 2019


Benjamin Peterson <benjamin at python.org> added the comment:

The goal is to implement the locale-specific case mappings of https://www.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt and §3.13 of the Unicode 12 standard in str.lower/upper/casefold. To do this, you need access to certain character properties available in unicodedata but not the builtin database.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32771>
_______________________________________


More information about the Python-bugs-list mailing list