From c0e2d42d411be3245498ffe6484b35421f096c02 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 17 Jul 2023 07:27:14 +0200 Subject: nls: add compose sequences for `₲` (guaraní), `₭` (kip), and `₮` (tugrik) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When Ghana, Nigeria, Costa Rica and El Salvador have compose sequences for their currency symbols (cedi: `₵`, naira: `₦`, colón: `₡`), then Paraguay, Laos, and Mongolia deserve to have such sequences as well. The sequences should be obvious: the relevant capital letter of the name of the currency (G, K, T) plus a vertical bar, a minus sign, and an equals sign, respectively. Also add two sequences for `$` (the dollar sign), for consistency. Drop the tentative comments for drachma, penny, and austral, as those currencies have been obsolete for more than twenty years. Signed-off-by: Benno Schulenberg --- nls/en_US.UTF-8/Compose.pre | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 99208208..9345418c 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -187,13 +187,13 @@ XCOMM "₪" U20aa NEW SHEQEL SIGN : "₽" U20bd # ROUBLE SIGN : "₽" U20bd # ROUBLE SIGN : "₽" U20bd # ROUBLE SIGN -XCOMM "₭" U20ad KIP SIGN -XCOMM "₮" U20ae TUGRIK SIGN -XCOMM "₯" U20af DRACHMA SIGN -XCOMM "₰" U20b0 GERMAN PENNY SIGN + : "₭" U20ad # KIP SIGN + : "₭" U20ad # KIP SIGN + : "₮" U20ae # TUGRIK SIGN + : "₮" U20ae # TUGRIK SIGN XCOMM "₱" U20b1 PESO SIGN -XCOMM "₲" U20b2 GUARANI SIGN -XCOMM "₳" U20b3 AUSTRAL SIGN + : "₲" U20b2 # GUARANI SIGN + : "₲" U20b2 # GUARANI SIGN XCOMM "₴" U20b4 HRYVNIA SIGN : "₵" U20b5 # CEDI SIGN : "₵" U20b5 # CEDI SIGN @@ -202,6 +202,8 @@ XCOMM "₴" U20b4 HRYVNIA SIGN : "₹" U20b9 # INDIAN RUPEE SIGN : "₹" U20b9 # INDIAN RUPEE SIGN + : "$" dollar # DOLLAR SIGN + : "$" dollar # DOLLAR SIGN : "¢" cent # CENT SIGN : "¢" cent # CENT SIGN : "¢" cent # CENT SIGN -- cgit v1.2.3