Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1517,14 +1517,7 @@ In [\p{Block=Hangul Syllables} - \p{gc=Cn}], (prepend HANGUL SYLLABLE ) * (strin
# https://www.unicode.org/review/pri497/feedback.html#ID20240216135149.
In \p{Decomposition_Type=font}, Bidi_Class = Bidi_Class * Decomposition_Mapping

# All Math characters should be covered by Math_Class.
# (But right now, they are not because of Unicode 16+ additions.)
[\p{Math} - \P{Math_Class=None}] = [
\x{10D8E}\x{10D8F} # Garay
\x{1CEF0} # Standard state
\x{1F8D0}-\x{1F8D8} # Arrows
\x{1CEF1}-\x{1CEF5} # Leibnizian operators
]
# When Math_Class gets updated, it normally covers all Math characters.
\p{U9:Math} ⊂ \P{U9:Math_Class=None}
[\p{U5:Math} - \P{U5:Math_Class=None}] = [ \u237C \u27CA ]

Expand Down
Loading