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

CLDR-17226 UCA CollationTest: omit simplified radicals #3967

Merged

Conversation

markusicu
Copy link
Member

@markusicu markusicu commented Aug 17, 2024

CLDR-17226

While updating ICU to the latest Unicode 16 files, I got collation conformance test failures. The CollationTest files are generated with the implicit-weights Han sort order and already omit Han characters that are known to sort differently in that sort order vs. radical-stroke order.

With the recent change to make the radical-stroke order match the one in UAX38 (CLDR PR #3960), we need to omit some more characters. Characters with traditional and simplified radicals are now intermingled, and some of them now sort differently in implicit-Han vs. radical-stroke order. I changed the CollationTest generator to omit all of the simplified radicals.

Related:

ALLOW_MANY_COMMITS=true

@markusicu markusicu merged commit 775920e into unicode-org:main Aug 19, 2024
10 checks passed
@markusicu markusicu deleted the colltest-omit-simplified-radicals branch August 19, 2024 23:07
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