A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/python/cpython/issues/109559 below:

Unicode 15.1 Support · Issue #109559 · python/cpython · GitHub

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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4