Skip to content

Commit

Permalink
Add an invariant relating Vowel_Dependent to Alphabetic (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin authored Oct 11, 2023
1 parent 106fd95 commit db60be5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,10 @@ Show [\u20b9]
# exceptions. Should such exceptions arise, they can be added to the definition of
# $nonAlphabeticBindus to avoid a failure on this test.
Let $nonAlphabeticBindus = []
[\p{InSc=Bindu} - $nonAlphabeticBindus - \p{Alphabetic}] = []
[\p{InSc=Bindu} - \p{Alphabetic}] = $nonAlphabeticBindus

Let $nonAlphabeticDependentVowels = [\N{ORIYA SIGN OVERLINE}\N{THAI CHARACTER MAITAIKHU}\N{LIMBU SIGN KEMPHRENG}\N{SHARADA VOWEL MODIFIER MARK}\N{SHARADA EXTRA SHORT VOWEL MARK}]
[\p{InSC=Vowel_Dependent} - \p{Alphabetic}] = $nonAlphabeticDependentVowels

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

0 comments on commit db60be5

Please sign in to comment.