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>
This commit is contained in:
Benno Schulenberg 2022-06-15 11:54:54 +02:00
parent ca99e338a9
commit ff8706a5ea

View file

@ -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