summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmcwilliams403 <jmcwilliams403@gmail.com>2023-03-24 08:37:32 -0400
committerjmcwilliams403 <jmcwilliams403@gmail.com>2023-03-29 16:14:07 +0000
commiteb166af8f9f4184108fe8e0611a09af03d12059e (patch)
tree213483528e9a0d133fbc6af6475773457a5ded6e
parent6e889f34679bb96f4d61ef069259c042cb4a9a59 (diff)
downloadxorg-lib-libX11-eb166af8f9f4184108fe8e0611a09af03d12059e.tar.gz
NLS: Remove strange dead_cedilla cedi sign sequences
These sequences appear to be a leftover artifact of auto-generating dead_currency sequences for cent and the cedi sign, where chaining with ascii "c" vs "ccedilla" would output cent vs the cedi sign respectively, but somehow this ended up creating strange sequences with dead_cedilla followed by cent or the colon sign to output the cedi sign, the latter sequence of which was already removed recently. Additionally, sequences beginninng with dead_cedilla followed by currency have been removed as they also appear to be related to these artifacts. The two remaining sequences beginning with dead_currency followed by dead_cedilla are maintained and moved to the stretch of dead_currency sequences next to ccedilla, and sorted in order of unicode decompositional complexity.
-rw-r--r--nls/en_US.UTF-8/Compose.pre11
1 files changed, 4 insertions, 7 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index 80b0ce4d..12986718 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -4594,7 +4594,6 @@ XCOMM French-Dvorak Bépo compositions
<dead_caron> <nobreakspace> : "̌" U030C # COMBINING CARON
<dead_cedilla> <Cacute> : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE
<dead_cedilla> <cacute> : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE
-<dead_cedilla> <cent> : "₵" U20B5 # CEDI SIGN
<dead_cedilla> <U0114> : "Ḝ" U1E1C # LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE
<dead_cedilla> <U0115> : "ḝ" U1E1D # LATIN SMALL LETTER E WITH CEDILLA AND BREVE
<dead_cedilla> <nobreakspace> : "̧" U0327 # COMBINING CEDILLA
@@ -4624,10 +4623,12 @@ XCOMM French-Dvorak Bépo compositions
<dead_currency> <a> : "؋" U060B # AFGHANI SIGN
<dead_currency> <B> : "₱" U20B1 # PESO SIGN
<dead_currency> <b> : "฿" Thai_baht # THAI CURRENCY SYMBOL BAHT
-<dead_currency> <Ccedilla> : "₵" U20B5 # CEDI SIGN
<dead_currency> <C> : "₡" ColonSign # COLON SIGN
-<dead_currency> <ccedilla> : "₵" U20B5 # CEDI SIGN
<dead_currency> <c> : "¢" cent # CENT SIGN
+<dead_currency> <Ccedilla> : "₵" U20B5 # CEDI SIGN
+<dead_currency> <ccedilla> : "₵" U20B5 # CEDI SIGN
+<dead_currency> <dead_cedilla> <C> : "₵" U20B5 # CEDI SIGN
+<dead_currency> <dead_cedilla> <c> : "₵" U20B5 # CEDI SIGN
<dead_currency> <D> : "₯" U20AF # DRACHMA SIGN
<dead_currency> <d> : "₫" DongSign # DONG SIGN
<dead_currency> <E> : "₠" EcuSign # EURO-CURRENCY SIGN
@@ -4848,10 +4849,6 @@ XCOMM French-Dvorak Bépo compositions
<dead_horn> <dead_belowdot> <o> : "ợ" ohornbelowdot # LATIN SMALL LETTER O WITH HORN AND DOT BELOW
<dead_horn> <dead_belowdot> <U> : "Ự" Uhornbelowdot # LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW
<dead_horn> <dead_belowdot> <u> : "ự" uhornbelowdot # LATIN SMALL LETTER U WITH HORN AND DOT BELOW
-<dead_cedilla> <dead_currency> <C> : "₵" U20B5 # CEDI SIGN
-<dead_currency> <dead_cedilla> <C> : "₵" U20B5 # CEDI SIGN
-<dead_cedilla> <dead_currency> <c> : "₵" U20B5 # CEDI SIGN
-<dead_currency> <dead_cedilla> <c> : "₵" U20B5 # CEDI SIGN
<dead_circumflex> <dead_grave> <A> : "Ầ" Acircumflexgrave # LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE
<dead_circumflex> <dead_grave> <a> : "ầ" acircumflexgrave # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
<dead_circumflex> <dead_grave> <E> : "Ề" Ecircumflexgrave # LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE