Skip to content

Commit

Permalink
An invariant with eggsceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Nov 10, 2023
1 parent f258954 commit a947033
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,12 @@ Let $nonAlphabeticDependentVowels = [\N{ORIYA SIGN OVERLINE}\N{THAI CHARACTER MA
# See 177-CXX.
\p{name=/COMBINING .* LETTER/} ⊆ [\p{Alphabetic}\p{Diacritic}]

# Nuktas should probably be diacritic, but as of 15.1 this is only the case of
# those that have NUKTA in their name.
# See https://github.com/unicode-org/properties/issues/195#issuecomment-1804962555.
Let $nonDiacriticNuktas = [\u1BE6\U00010A38\U00010A39\U00010A3A\U0001133B]
[\p{InSc=Nukta} - \p{Diacritic}] = $nonDiacriticNuktas

##########################
# LineBreak property
##########################
Expand Down

0 comments on commit a947033

Please sign in to comment.