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-17844 Fix breakages #3912

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

macchiati
Copy link
Member

@macchiati macchiati commented Jul 28, 2024

CLDR-17844

Still draft, just adding reviewers for early feedback.

These surfaced locally for me once I updated Maven, so that appears to be the source.

  1. ScriptMetadata is from the change in the UCD to make some accents be explicit scripts (in script extensions)
  2. Arabic is from the change in numberSystem for ar.xml. See notes in ticket
  3. TestTransforms.java problems are probably more script changes. They also appear to be from the script extensions changes; that the tests are checking that all characters from a given script are converted, and suddenly there's this new character in the script. Suppressing those for now:

https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=[\u0301\u0300\u0306\u0302\u030C\u030A\u0308\u0303\u0307\u0304\u0309\u0310\u0323-\u0325\u0330\u0331\u00B7\u02BC]&g=ccc&i=

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

@macchiati macchiati marked this pull request as ready for review July 28, 2024 14:40
@macchiati
Copy link
Member Author

This is to unblock pending PRs. More work on the ticket to follow.

@macchiati macchiati merged commit 2881add into unicode-org:main Jul 28, 2024
12 checks passed
@macchiati macchiati deleted the CLDR-17844-Fix-breakages branch July 28, 2024 16:32
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