From c0191f020f94907770937bc8ae67ea8acd7d63be Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 3 Feb 2022 16:33:05 +0100 Subject: [PATCH] nls: use shape-based compose sequences for hammer-and-sickle instead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using a misspelled abbreviation (CCCP) of an obsolete country's name to compose a fairly general communist symbol does not seem right. https://en.wikipedia.org/wiki/Hammer_and_sickle Many compose sequences instead combine characters that together look similar to the target character. Do the same here: question mark (?) plus backslash (\) look a bit like ☭ . In the bargain, this fixes issue #63. Reported-by: Marc Mezzarobba Signed-off-by: Benno Schulenberg --- nls/en_US.UTF-8/Compose.pre | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index bbbaea96..5f81e103 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -282,7 +282,8 @@ XCOMM Other symbols : "⸘" U2E18 # INVERTED INTERROBANG : "‽" U203D # INTERROBANG -

: "☭" U262D # HAMMER AND SICKLE + : "☭" U262D # HAMMER AND SICKLE + : "☭" U262D # HAMMER AND SICKLE : "Ⓐ" U24B6 # CIRCLED LATIN CAPITAL LETTER A <3> : "♥" U2665 # BLACK HEART SUIT