Skip to content

Do not fall back when looking for 4.1 data or later #1089

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

Merged
merged 2 commits into from
Apr 10, 2025

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Apr 9, 2025

Fix #1088.

@@ -1451,6 +1451,14 @@ public static String getMostRecentUnicodeDataFile(
if (version != null && version.compareTo(currentVersion) < compValue) {
Copy link
Member

Choose a reason for hiding this comment

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

FYI: Hopefully in the future we can completely stop looping over the versions in the searchPath...

@eggrobin eggrobin merged commit 3d42b4d into unicode-org:main Apr 10, 2025
34 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.

We shouldn’t fall back on older files for modern versions of Unicode
2 participants