From d323704e7c57f9ac7fdfea3dc9fa73bf943e72d3 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 18 Apr 2022 16:57:35 +0200 Subject: [PATCH] nls: remove eight pointless self-producing compose sequences Compose sequences are meant to produce certain symbols by combining certain different symbols, not to produce a symbol with the help of the symbol itself. This fixes issue #59. Signed-off-by: Benno Schulenberg --- nls/en_US.UTF-8/Compose.pre | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index f174527d..1954293c 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -52,8 +52,6 @@ XCOMM Spacing versions of dead accents XCOMM ASCII characters that may be difficult to access on some keyboards. : "#" numbersign # NUMBER SIGN - : "'" apostrophe # APOSTROPHE - : "'" apostrophe # APOSTROPHE : "@" at # COMMERCIAL AT : "[" bracketleft # LEFT SQUARE BRACKET : "\\" backslash # REVERSE SOLIDUS @@ -61,14 +59,9 @@ XCOMM ASCII characters that may be difficult to access on some keyboards. : "\\" backslash # REVERSE SOLIDUS : "]" bracketright # RIGHT SQUARE BRACKET - : "^" asciicircum # CIRCUMFLEX ACCENT - : "^" asciicircum # CIRCUMFLEX ACCENT : "^" asciicircum # CIRCUMFLEX ACCENT : "^" asciicircum # CIRCUMFLEX ACCENT - : "`" grave # GRAVE ACCENT - : "`" grave # GRAVE ACCENT - : "{" braceleft # LEFT CURLY BRACKET : "{" braceleft # LEFT CURLY BRACKET @@ -82,9 +75,6 @@ XCOMM ASCII characters that may be difficult to access on some keyboards. : "}" braceright # RIGHT CURLY BRACKET : "}" braceright # RIGHT CURLY BRACKET - : "~" asciitilde # TILDE - : "~" asciitilde # TILDE - : "<" less # LESS-THAN : "<" less # LESS-THAN : ">" greater # GREATER-THAN