From 6baccbae5324e7342cb5176cae82f463a6b34eae Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 31 Oct 2022 12:40:12 +0100 Subject: nls: let ` ` compose U+2212 (MINUS SIGN) There was not yet any way to compose the Unicode minus sign, U+2212. --- nls/en_US.UTF-8/Compose.pre | 1 + 1 file changed, 1 insertion(+) 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 : "∅" U2205 # EMPTY SET : "∉" U2209 # NOT AN ELEMENT OF : "∌" U220C # DOES NOT CONTAIN AS MEMBER + : "−" U2212 # MINUS SIGN : "∤" U2224 # DOES NOT DIVIDE : "∦" U2226 # NOT PARALLEL TO : "≁" U2241 # NOT TILDE -- cgit v1.2.1