Skip to content

Unicode 15.1 Support #109559

Closed
Closed
@SnoopJ

Description

@SnoopJ

Feature or enhancement

Proposal:

Unicode 15.1 has recently been released, and the stdlib unicodedata 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

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions