summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-15 11:54:54 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-03-21 10:39:00 +0100
commitff8706a5eae25b8bafce300527079f68a201d27f (patch)
tree46b53f0ea4fbe4b0122eda575596003685762a87
parentca99e338a9b8aad300933b1336f9e3c091392213 (diff)
downloadxorg-lib-libX11-ff8706a5eae25b8bafce300527079f68a201d27f.tar.gz
nls: delete compose sequences that pointlessly mix upper and lower case
It's nice to have compose sequences for things like © and ®, but allowing them to be composed also with letters of different case is unneeded. It is good enough to have sequences of only lowercase and only uppercase. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
-rw-r--r--nls/en_US.UTF-8/Compose.pre10
1 files changed, 0 insertions, 10 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index 5b29c5be..84888ef0 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -89,17 +89,11 @@ XCOMM Two special spaces
<Multi_key> <space> <period> : " " U2008 # PUNCTUATION SPACE
<Multi_key> <o> <c> : "©" copyright # COPYRIGHT SIGN
-<Multi_key> <o> <C> : "©" copyright # COPYRIGHT SIGN
-<Multi_key> <O> <c> : "©" copyright # COPYRIGHT SIGN
<Multi_key> <O> <C> : "©" copyright # COPYRIGHT SIGN
-<Multi_key> <C> <o> : "©" copyright # COPYRIGHT SIGN
<Multi_key> <C> <O> : "©" copyright # COPYRIGHT SIGN
<Multi_key> <o> <r> : "®" registered # REGISTERED SIGN
-<Multi_key> <o> <R> : "®" registered # REGISTERED SIGN
-<Multi_key> <O> <r> : "®" registered # REGISTERED SIGN
<Multi_key> <O> <R> : "®" registered # REGISTERED SIGN
-<Multi_key> <R> <o> : "®" registered # REGISTERED SIGN
<Multi_key> <R> <O> : "®" registered # REGISTERED SIGN
<Multi_key> <parenleft> <parenright> <parenright>: "🄯" U1F12F # COPYLEFT SYMBOL
@@ -255,12 +249,8 @@ XCOMM Other symbols
<Multi_key> <o> <x> : "¤" currency # CURRENCY SIGN
<Multi_key> <x> <o> : "¤" currency # CURRENCY SIGN
-<Multi_key> <o> <X> : "¤" currency # CURRENCY SIGN
-<Multi_key> <X> <o> : "¤" currency # CURRENCY SIGN
<Multi_key> <O> <X> : "¤" currency # CURRENCY SIGN
<Multi_key> <X> <O> : "¤" currency # CURRENCY SIGN
-<Multi_key> <O> <x> : "¤" currency # CURRENCY SIGN
-<Multi_key> <x> <O> : "¤" currency # CURRENCY SIGN
<Multi_key> <N> <o> : "№" numerosign # NUMERO SIGN
<Multi_key> <N> <O> : "№" numerosign # NUMERO SIGN