mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 13:18:04 +02:00
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>
This commit is contained in:
parent
d9fe5dc735
commit
c0e2d42d41
1 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue