Skip to content

Commit

Permalink
nls: let <Multi_key> <minus> <underscore> compose U+2212 (MINUS SIGN)
Browse files Browse the repository at this point in the history
There was not yet any way to compose the Unicode minus sign, U+2212.
  • Loading branch information
Benno Schulenberg authored and alanc committed Nov 2, 2022
1 parent 7977557 commit 6baccba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nls/en_US.UTF-8/Compose.pre
Original file line number Diff line number Diff line change
Expand Up @@ -4533,6 +4533,7 @@ XCOMM Mathematical Operators
<Multi_key> <braceleft> <braceright> : "∅" U2205 # EMPTY SET
<Multi_key> <U2208> <U0338> : "∉" U2209 # NOT AN ELEMENT OF
<Multi_key> <U220B> <U0338> : "∌" U220C # DOES NOT CONTAIN AS MEMBER
<Multi_key> <minus> <underscore> : "−" U2212 # MINUS SIGN
<Multi_key> <U2223> <U0338> : "∤" U2224 # DOES NOT DIVIDE
<Multi_key> <U2225> <U0338> : "∦" U2226 # NOT PARALLEL TO
<Multi_key> <U223C> <U0338> : "≁" U2241 # NOT TILDE
Expand Down

0 comments on commit 6baccba

Please sign in to comment.