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 6f478d3 commit 897ff5a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,12 @@ Show [\u20b9]
Let $nonAlphabeticBindus = []
[\p{InSc=Bindu} - $nonAlphabeticBindus - \p{Alphabetic}] = []

# 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 897ff5a

Please sign in to comment.