Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse IndicMatraCategory.txt #930

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Sep 5, 2024

In the unicodetools meeting of 2024-09-03, it came to our attention that Indic_Positional_Category used to be a provisional property called Indic_Matra_Category, renamed in UTC-140-C16 and then made informative in UTC-140-C17, for Unicode Version 8.0.

Just like we parse Indic_Syllabic_Category in versions where it was provisional, and expose it in historical views of property assignments, we should parse the provisional Indic_Matra_Category.

It seems most convenient to treat IndicMatraCategory.txt as defining InPC, since there are often no changes in assignment at the time of the renaming (specifically, \P{U8.0:[email protected]:Indic_Positional_Category@}-\p{U7.0:Indic_Positional_Category=NA} (the set of characters that changed InPC from non-NA in 8.0) has cardinality 7, whereas \p{U8.0:[email protected]:Indic_Positional_Category@}-\p{U7.0:Indic_Positional_Category=NA} (the set of non-NA characters that did not change InPC in 8.0) has cardinality 598).

Example: the history of assignments for U+0DDD:

image

We could add an Extra alias Indic_Matra_Category; I am not doing that for now.

@eggrobin eggrobin merged commit 6a34bda into unicode-org:main Sep 6, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants