Skip to content

Commit

Permalink
The other types
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 5, 2024
1 parent 2f47ca7 commit 4c4b6ba
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,11 @@ Let $TwoVietnameseReadingMarks = [\p{U15.1.0:ccc=6}]
# A more principled (if less practically useful) statement is that the
# dual-conjoining Hangul characters are exactly the Hangul vowels.
\p{HST=V} = \p{GCB=V} & \p{Script=Hangul}

Check failure on line 873 in unicodetools/src/main/resources/org/unicode/text/UCD/UnicodeInvariantTest.txt

View workflow job for this annotation

GitHub Actions / Check UCD consistency, invariants, smoke-test generators

Parse error

Extra characters at end
# The other types are still straightforwardly related to their GCB counterparts.
\p{HST=L} = \p{GCB=L}
\p{HST=LV} = \p{GCB=LV}
\p{HST=LVT} = \p{GCB=LVT}
\p{HST=T} = \p{GCB=T}

##########################
# Emoji
Expand Down

0 comments on commit 4c4b6ba

Please sign in to comment.