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

Fix arabic_high_hamza check #4981

Merged
merged 4 commits into from
Jan 28, 2025
Merged

Fix arabic_high_hamza check #4981

merged 4 commits into from
Jan 28, 2025

Conversation

khaledhosny
Copy link
Contributor

@khaledhosny khaledhosny commented Jan 28, 2025

Description

Relates to issue #4290

This is a followup to #4314. It fixes the code point and makes the controversial part (see discussion in #4290) a warning instead of a failure.

Checklist

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

It should be checking U+0674 ARABIC LETTER HIGH HAMZA and not U+0675
ARABIC LETTER HIGH HAMZA ALEF.

Fixes #4290
This part of the check doesn’t depend on the presence of regular hamza.
It seems to be debatable since high hamza is used also in Kazakh where
small high hamza is acceptable. Instead of complicated and possibly
error prune language detection, lets make it a warning.
@khaledhosny khaledhosny linked an issue Jan 28, 2025 that may be closed by this pull request
7 tasks
@felipesanches felipesanches merged commit 0b6c4f8 into main Jan 28, 2025
100 checks passed
@khaledhosny khaledhosny deleted the high-hamza branch January 28, 2025 19:59
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.

New check: Check that glyph for U+0674 ARABIC LETTER HIGH HAMZA is not a mark
2 participants