From d9fe5dc735c75398e36998c226d2418137229673 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 17 Jul 2023 07:06:51 +0200 Subject: [PATCH] =?UTF-8?q?nls:=20change=20result=20of=20sequence=20`?= =?UTF-8?q?=20`=20from=20`=C2=A2`=20(CENT)=20to=20`=E2=82=B5`=20(CEDI?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ` --- nls/en_US.UTF-8/Compose.pre | 5 ++--- 1 file 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 + : "₵" U20b5 # CEDI SIGN + : "₵" U20b5 # CEDI SIGN : "₹" U20b9 # INDIAN RUPEE SIGN : "₹" U20b9 # INDIAN RUPEE SIGN : "₹" U20b9 # INDIAN RUPEE SIGN : "₹" U20b9 # INDIAN RUPEE SIGN - : "¢" cent # CENT SIGN - : "¢" cent # CENT SIGN : "¢" cent # CENT SIGN : "¢" cent # CENT SIGN : "¢" cent # CENT SIGN