mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 13:18:04 +02:00
nls: remove four unobvious and redundant compose sequences for ¥ (yen)
Composing ¥ with Y and a minus sign seems to have been added in analogy to composing £ with L and a minus sign. But ¥ clearly has a double line through it, so using the equals sign for this is far more logical (and those compose sequences of course exist). Also, L plus an equals sign produces ₤ (lira), not £ (sterling). So... make these sequences more consistent and allow composing ¥ only with Y/y plus an equals sign. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
parent
933912480c
commit
ab0442d3fa
1 changed files with 0 additions and 4 deletions
|
|
@ -215,10 +215,6 @@ XCOMM "₵" U20b5 CEDI SIGN
|
|||
<Multi_key> <equal> <Y> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <y> <equal> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <equal> <y> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <Y> <minus> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <minus> <Y> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <y> <minus> : "¥" yen # YEN SIGN
|
||||
<Multi_key> <minus> <y> : "¥" yen # YEN SIGN
|
||||
|
||||
XCOMM Dashes
|
||||
<Multi_key> <minus> <minus> <period> : "–" U2013 # EN DASH
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue