diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2023-07-17 07:06:51 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-08-29 21:04:34 +0000 |
commit | d9fe5dc735c75398e36998c226d2418137229673 (patch) | |
tree | def415cfa9958d0c853711c2f750d5d6cce000e3 /nls | |
parent | 031e63060ed11eb8a876aac7515bc5a67371ed6b (diff) |
nls: change result of sequence `<C> <bar>` from `¢` (CENT) to `₵` (CEDI)
As a cent is a small coin, it makes no sense to use an uppercase letter
to compose the `¢` symbol -- having four sequences with a lowercase `c`
plus a `bar` or a `slash` available for composing `¢` should be enough.
Use the sequence `<C> <bar` (with the uppercase `C`) for composing `₵`
(the CEDI SIGN) instead.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index e7519746..99208208 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -195,14 +195,13 @@ XCOMM "₱" U20b1 PESO SIGN XCOMM "₲" U20b2 GUARANI SIGN XCOMM "₳" U20b3 AUSTRAL SIGN XCOMM "₴" U20b4 HRYVNIA SIGN -XCOMM "₵" U20b5 CEDI SIGN +<Multi_key> <C> <bar> : "₵" U20b5 # CEDI SIGN +<Multi_key> <bar> <C> : "₵" U20b5 # CEDI SIGN <Multi_key> <R> <equal> : "₹" U20b9 # INDIAN RUPEE SIGN <Multi_key> <equal> <R> : "₹" U20b9 # INDIAN RUPEE SIGN <Multi_key> <r> <equal> : "₹" U20b9 # INDIAN RUPEE SIGN <Multi_key> <equal> <r> : "₹" U20b9 # INDIAN RUPEE SIGN -<Multi_key> <C> <bar> : "¢" cent # CENT SIGN -<Multi_key> <bar> <C> : "¢" cent # CENT SIGN <Multi_key> <c> <bar> : "¢" cent # CENT SIGN <Multi_key> <bar> <c> : "¢" cent # CENT SIGN <Multi_key> <c> <slash> : "¢" cent # CENT SIGN |