Skip to content

Commit

Permalink
[]
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 5, 2024
1 parent 4c4b6ba commit ad97114
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -867,10 +867,10 @@ Let $TwoVietnameseReadingMarks = [\p{U15.1.0:ccc=6}]
# redundant with GCB. If this breaks, it should be noted on the landing page,
# and ICU-TC should be notified.
# See https://github.com/unicode-org/icu/pull/3026.
\p{HST=V} = \p{GCB=V} & [\u0000-\uFFFF]
\p{HST=V} = [\p{GCB=V} & [\u0000-\uFFFF]]
# 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}
\p{HST=V} = [\p{GCB=V} & \p{Script=Hangul}]
# The other types are still straightforwardly related to their GCB counterparts.
\p{HST=L} = \p{GCB=L}
\p{HST=LV} = \p{GCB=LV}
Expand Down

0 comments on commit ad97114

Please sign in to comment.