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

Purge known-wrong endings from glyph names to check #4469

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

yanone
Copy link
Collaborator

@yanone yanone commented Feb 1, 2024

Description

alt_caron check previously didn't catch L+caroncomb.case, because the check relies on Unicodes to identify wrong accents. Now, we're purging known-wrong endings (e.g. .case) before resolving the Unicode, so that caroncomb.case can be found.

Checklist

  • update CHANGELOG.md
  • wait for the tests to pass
  • request a review

@yanone yanone marked this pull request as ready for review February 1, 2024 14:42
@yanone yanone requested a review from felipesanches February 1, 2024 14:42
yanone and others added 2 commits February 1, 2024 12:16
com.google.fonts/check/alt_caron
On the Universal profile

Expanded to catch casing variants like "caroncomb.case" as well. The check previously didn't catch L+caroncomb.case, because the it relies on Unicodes to identify wrong accents. Now, we're purging known-wrong endings (e.g. .case) before resolving the Unicode, so that caroncomb.case can be found.

(issue #3308 / PR #4469)
@felipesanches felipesanches added this to the 0.11.0 milestone Feb 1, 2024
@felipesanches felipesanches merged commit 5dd9ce1 into main Feb 1, 2024
40 checks passed
felipesanches pushed a commit that referenced this pull request Feb 1, 2024
com.google.fonts/check/alt_caron
On the Universal profile

Expanded to catch casing variants like "caroncomb.case" as well. The check previously didn't catch L+caroncomb.case, because the it relies on Unicodes to identify wrong accents. Now, we're purging known-wrong endings (e.g. .case) before resolving the Unicode, so that caroncomb.case can be found.

(issue #3308 / PR #4469)
@khaledhosny khaledhosny deleted the fix-alt-caron branch February 3, 2024 15:39
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