diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2022-10-31 12:40:12 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-02 18:26:56 +0000 |
commit | 6baccbae5324e7342cb5176cae82f463a6b34eae (patch) | |
tree | ffc7d8ab38e43416abe57dc538fc1fd17386b261 /nls | |
parent | 79775575418fd6f8ee1c5e5bbe403df4606fb5b6 (diff) |
nls: let `<Multi_key> <minus> <underscore>` compose U+2212 (MINUS SIGN)
There was not yet any way to compose the Unicode minus sign, U+2212.
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 80102024..5623cba4 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -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 |