mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-06 13:58:03 +02:00
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>
This commit is contained in:
parent
582dc6f89e
commit
c0191f020f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue