summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-07-17 07:27:14 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-08-29 21:04:34 +0000
commitc0e2d42d411be3245498ffe6484b35421f096c02 (patch)
treeebbf387d249acb0bba2661dc1f2b513b08cd0dbd
parentd9fe5dc735c75398e36998c226d2418137229673 (diff)
nls: add compose sequences for `₲` (guaraní), `₭` (kip), and `₮` (tugrik)
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 <bensberg@telfort.nl>
-rw-r--r--nls/en_US.UTF-8/Compose.pre14
1 files 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
<Multi_key> <equal> <Cyrillic_ZE> : "₽" U20bd # ROUBLE SIGN
<Multi_key> <Cyrillic_ze> <equal> : "₽" U20bd # ROUBLE SIGN
<Multi_key> <equal> <Cyrillic_ze> : "₽" U20bd # ROUBLE SIGN
-XCOMM "₭" U20ad KIP SIGN
-XCOMM "₮" U20ae TUGRIK SIGN
-XCOMM "₯" U20af DRACHMA SIGN
-XCOMM "₰" U20b0 GERMAN PENNY SIGN
+<Multi_key> <K> <minus> : "₭" U20ad # KIP SIGN
+<Multi_key> <minus> <K> : "₭" U20ad # KIP SIGN
+<Multi_key> <T> <equal> : "₮" U20ae # TUGRIK SIGN
+<Multi_key> <equal> <T> : "₮" U20ae # TUGRIK SIGN
XCOMM "₱" U20b1 PESO SIGN
-XCOMM "₲" U20b2 GUARANI SIGN
-XCOMM "₳" U20b3 AUSTRAL SIGN
+<Multi_key> <G> <bar> : "₲" U20b2 # GUARANI SIGN
+<Multi_key> <bar> <G> : "₲" U20b2 # GUARANI SIGN
XCOMM "₴" U20b4 HRYVNIA SIGN
<Multi_key> <C> <bar> : "₵" U20b5 # CEDI SIGN
<Multi_key> <bar> <C> : "₵" U20b5 # CEDI SIGN
@@ -202,6 +202,8 @@ XCOMM "₴" U20b4 HRYVNIA SIGN
<Multi_key> <r> <equal> : "₹" U20b9 # INDIAN RUPEE SIGN
<Multi_key> <equal> <r> : "₹" U20b9 # INDIAN RUPEE SIGN
+<Multi_key> <S> <bar> : "$" dollar # DOLLAR SIGN
+<Multi_key> <bar> <S> : "$" dollar # DOLLAR SIGN
<Multi_key> <c> <bar> : "¢" cent # CENT SIGN
<Multi_key> <bar> <c> : "¢" cent # CENT SIGN
<Multi_key> <c> <slash> : "¢" cent # CENT SIGN