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

Use IndexUnicodeProperties in the JSPs #659

Merged
merged 68 commits into from
Jan 30, 2024
Merged

Conversation

eggrobin
Copy link
Member

Fix #502. Fix #432.

DRAFT: need to chat with @macchiati and try it out in staging probably.

for (String propName : sortedProps) {
UnicodeProperty prop = getFactory().getProperty(propName);
if (prop.getName().equals("confusable")) continue;
if (prop.getFirstNameAlias().startsWith("cjk")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need some metadata for picking out Unihan properties without relying on 'cjk'...

@eggrobin eggrobin marked this pull request as ready for review January 30, 2024 17:15
@eggrobin eggrobin merged commit 202077c into unicode-org:main Jan 30, 2024
15 of 16 checks passed
@eggrobin eggrobin mentioned this pull request Sep 17, 2024
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.

Use the UCD properties in the JSPs VersionedProperty support in the JSPs
2 participants