Skip to content

Commit

Permalink
invariants
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Nov 3, 2023
1 parent b8fcf9a commit 83fa39a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Let $IDInclusions = [[:block=/Ideographs/:] [[\U00020000-\U0003FFFF][\U0001F000-
# 13.0 exclude those in 1FB00..1FBFF Symbols for Legacy Computing
# 16.0 exclude Supplemental Arrows C
\p{LB=ID} ⊃ $IDInclusions
\p{Line_Break=Unknown} = [\p{General_Category=Unassigned} \p{GeneralCategory=PrivateUse} - $IDInclusions - [\u20C0-\u20CF] - \p{block=Supplemental Arrows C}]
\p{Line_Break=Unknown} = [\p{General_Category=Unassigned} \p{GeneralCategory=PrivateUse} - $IDInclusions - [\u20C0-\u20CF]]

Let $BrahmicLineBreaking = [\p{sc=Balinese}\p{sc=Batak}\p{sc=Brahmi}\p{sc=Cham}\p{sc=DivesAkuru}\p{sc=Grantha}\p{sc=Javanese}\p{sc=Makasar}\p{sc=Kawi}\p{sc=Cham}\p{sc=Makasar}]
Let $VFScripts = [\p{sc=Batak}]
Expand Down

0 comments on commit 83fa39a

Please sign in to comment.