unicodedata2
unicodedata2 copied to clipboard
unicodedata backport/updates
There are a few commits at https://github.com/python/cpython/commits/master/Modules/unicodedata.c that aren’t in our versions. We should port/backport them.
PEP517
Could you move the buildsystem to [PEP517](https://peps.python.org/pep-0517/)?
It would be useful to be able to refer to tables for the previous versions of Unicode. https://github.com/jquast/wcwidth/pull/23 is attempting to do that. It would also be very helpful to...
[Unicode 16.0](https://www.unicode.org/versions/Unicode16.0.0) has been released, `unicodedata2` should be updated in turn.