diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2022-02-03 16:33:05 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-02-24 18:24:12 +0000 |
commit | c0191f020f94907770937bc8ae67ea8acd7d63be (patch) | |
tree | 8682fa92f4ebfd429a23ae05871dae82ba79d221 /nls | |
parent | 582dc6f89e1f9288710a55cb2b8fbf2af99d7616 (diff) |
nls: use shape-based compose sequences for hammer-and-sickle instead
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 <bensberg@telfort.nl>
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 3 |
1 files changed, 2 insertions, 1 deletions
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 <Multi_key> <question> <exclam> : "⸘" U2E18 # INVERTED INTERROBANG <Multi_key> <exclam> <question> : "‽" U203D # INTERROBANG -<Multi_key> <C> <C> <C> <P> : "☭" U262D # HAMMER AND SICKLE +<Multi_key> <question> <backslash> : "☭" U262D # HAMMER AND SICKLE +<Multi_key> <backslash> <question> : "☭" U262D # HAMMER AND SICKLE <Multi_key> <O> <A> : "Ⓐ" U24B6 # CIRCLED LATIN CAPITAL LETTER A <Multi_key> <less> <3> : "♥" U2665 # BLACK HEART SUIT |