diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2022-10-31 12:50:11 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-02 18:26:56 +0000 |
commit | 65d89342f59cfc2eac9bf8010076b937f22554e8 (patch) | |
tree | 8e5393ce690252323d7b3cf0ae39084344d56358 /nls | |
parent | 6baccbae5324e7342cb5176cae82f463a6b34eae (diff) |
nls: remove two compose sequences that use deprecated symbols
The last few occurrences of `leftcaret` and `rightcaret` were replaced
with `less` and `greater` in xkeyboard-config half a year ago.
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 5623cba4..36d63e31 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -4549,9 +4549,7 @@ XCOMM Mathematical Operators <Multi_key> <greater> <equal> : "≥" U2265 # GREATER-THAN OR EQUAL TO <Multi_key> <U224D> <U0338> : "≭" U226D # NOT EQUIVALENT TO <Multi_key> <less> <U0338> : "≮" U226E # NOT LESS-THAN -<Multi_key> <leftcaret> <U0338> : "≮" U226E # NOT LESS-THAN <Multi_key> <greater> <U0338> : "≯" U226F # NOT GREATER-THAN -<Multi_key> <rightcaret> <U0338> : "≯" U226F # NOT GREATER-THAN <Multi_key> <lessthanequal> <U0338> : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO <Multi_key> <greaterthanequal> <U0338> : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO <Multi_key> <U2272> <U0338> : "≴" U2274 # NEITHER LESS-THAN NOR EQUIVALENT TO |