Skip to content

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
@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