Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Feature or enhancement
Proposal:
Unicode 15.1 has recently been released, and the stdlibunicodedata
and associated tooling should be updated accordingly.
An example of a query against the Unicode Character Database that is now out-of-date, querying the category of U+2EE5D currently returns"Cn"
, but as of the update this now-allocated codepoint is in category"Lo"
$ python3.12 -c "import unicodedata; print(unicodedata.category('\U0002EE5D'))" # should be 'Lo'Cn
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response