diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2023-06-24 09:46:07 +0200 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2023-06-24 10:21:29 +0200 |
commit | ab0442d3fa835ce16559b29532ac7f674f8557f4 (patch) | |
tree | f3b0265e438dbdf844e83c69b1076dd7f4bf2f61 /nls | |
parent | 933912480c08495428d45988eebb48fcbe62f14b (diff) |
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>
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 261e2a7e..df0bbecb 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -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 |