summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-07-17 08:02:09 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-08-29 21:04:34 +0000
commit5433cb93513c31e9cba2a447cf48d4b9aeb53285 (patch)
tree567496a78f94c1bd98866ba3fbf5ba53852ae730
parent2ff401a472c5f210844cc358d5a27bd340546796 (diff)
nls: add two compose sequences for currency symbol `฿` (the Thai baht)
The compose sequences are obvious: the capital B plus the vertical bar. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
-rw-r--r--nls/en_US.UTF-8/Compose.pre2
1 files changed, 2 insertions, 0 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index 347fe9c4..57dd37b9 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -163,6 +163,8 @@ XCOMM Currencies
<Multi_key> <equal> <Y> : "¥" yen # YEN SIGN
<Multi_key> <y> <equal> : "¥" yen # YEN SIGN
<Multi_key> <equal> <y> : "¥" yen # YEN SIGN
+<Multi_key> <B> <bar> : "฿" U0e3f # THAI CURRENCY SYMBOL BAHT
+<Multi_key> <bar> <B> : "฿" U0e3f # THAI CURRENCY SYMBOL BAHT
<Multi_key> <C> <E> : "₠" U20a0 # EURO-CURRENCY SIGN
<Multi_key> <C> <slash> : "₡" U20a1 # COLON SIGN
<Multi_key> <slash> <C> : "₡" U20a1 # COLON SIGN