From 0d1d65bdd98966f52bcac4077f94827b20b229dd Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 21 Oct 2022 12:18:25 +0200 Subject: nls: change <^> <-> to mean superscript minus instead of macron Several other ` ` sequences produce the superscript equivalent of the given symbol. So, let ` ` do the same. Also, add two other sequences for producing a plain macron, to compensate a bit the loss of the above sequence. Additionally, make ` ` produce a subscript minus, for consistency. This fixes issue #165. Requested-by: J. McWilliams Signed-off-by: Benno Schulenberg --- nls/en_US.UTF-8/Compose.pre | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 602f191e..80102024 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -22,7 +22,8 @@ XCOMM Spacing versions of accents (mostly) : "¯" macron # MACRON : "¯" macron # MACRON : "¯" macron # MACRON - : "¯" macron # MACRON + : "¯" macron # MACRON + : "¯" macron # MACRON : "¯" macron # MACRON : "¯" macron # MACRON : "˘" breve # BREVE @@ -4432,6 +4433,7 @@ XCOMM Superscripts and Subscripts : "⁺" U207A # SUPERSCRIPT PLUS SIGN : "⁺" U207A # SUPERSCRIPT PLUS SIGN : "⁻" U207B # SUPERSCRIPT MINUS + : "⁻" U207B # SUPERSCRIPT MINUS : "⁻" U207B # SUPERSCRIPT MINUS : "⁻" U207B # SUPERSCRIPT MINUS : "⁼" U207C # SUPERSCRIPT EQUALS SIGN @@ -4466,6 +4468,7 @@ XCOMM Superscripts and Subscripts : "₉" U2089 # SUBSCRIPT NINE : "₊" U208A # SUBSCRIPT PLUS SIGN : "₊" U208A # SUBSCRIPT PLUS SIGN + : "₋" U208B # SUBSCRIPT MINUS : "₋" U208B # SUBSCRIPT MINUS : "₌" U208C # SUBSCRIPT EQUALS SIGN : "₌" U208C # SUBSCRIPT EQUALS SIGN -- cgit v1.2.1