diff options
author | jmcwilliams403 <jmcwilliams403@gmail.com> | 2023-06-16 11:37:20 -0400 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2023-07-08 06:41:35 +0000 |
commit | e45dff5c2a51ad0392061208a8ad33211d952385 (patch) | |
tree | 2cdf4ffefde810960e598732541b2aedd27de4e8 /nls | |
parent | af2b6dfab1616dc85be9c9b196e4c56d00447851 (diff) |
NLS: Drop two math sequences, slightly clean up APL sequences.
* Two compose sequences containing `leftshoe` and `rightshoe` are
dropped as no keyboard layout uses these keysyms.
* The compose sequences for `therefore` and `because` in the APL
block are moved to ascending Unicode order.
* The comments for the compose sequences for `U2299` are corrected to
more accurately reflect its sequence nodes and its real name in
Unicode.
Diffstat (limited to 'nls')
-rw-r--r-- | nls/en_US.UTF-8/Compose.pre | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index 187a9781..d8b6a379 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -4059,9 +4059,7 @@ XCOMM Mathematical Operators <Multi_key> <U227A> <slash> : "⊀" U2280 # DOES NOT PRECEDE <Multi_key> <U227B> <slash> : "⊁" U2281 # DOES NOT SUCCEED <Multi_key> <includedin> <slash> : "⊄" U2284 # NOT A SUBSET OF -<Multi_key> <leftshoe> <slash> : "⊄" U2284 # NOT A SUBSET OF <Multi_key> <includes> <slash> : "⊅" U2285 # NOT A SUPERSET OF -<Multi_key> <rightshoe> <slash> : "⊅" U2285 # NOT A SUPERSET OF <Multi_key> <U2286> <slash> : "⊈" U2288 # NEITHER A SUBSET OF NOR EQUAL TO <Multi_key> <U2287> <slash> : "⊉" U2289 # NEITHER A SUPERSET OF NOR EQUAL TO <Multi_key> <righttack> <slash> : "⊬" U22AC # DOES NOT PROVE @@ -5017,6 +5015,8 @@ XCOMM Characters from "Mathematical Operators" <Multi_key> <v> <slash> : "√" U221a # v / SQUARE ROOT <Multi_key> <slash> <v> : "√" U221a # / v SQUARE ROOT <Multi_key> <8> <8> : "∞" U221e # 8 8 INFINITY +<Multi_key> <colon> <period> : "∴" U2234 # : . THEREFORE +<Multi_key> <period> <colon> : "∵" U2235 # . : BECAUSE <Multi_key> <asciitilde> <asciitilde> : "≈" U2248 # ~ ~ ALMOST EQUAL TO <Multi_key> <equal> <underscore> : "≡" U2261 # = _ IDENTICAL TO <Multi_key> <underscore> <U2260> : "≢" U2262 # _ ≠ NOT IDENTICAL TO @@ -5031,14 +5031,12 @@ XCOMM Characters from "Mathematical Operators" <Multi_key> <U2283> <underscore> : "⊇" U2287 # ⊃ _ SUPERSET OF OR EQUAL TO <Multi_key> <U25cb> <minus> : "⊖" U2296 # ○ - CIRCLED MINUS <Multi_key> <minus> <U25cb> : "⊖" U2296 # - ○ CIRCLED MINUS -<Multi_key> <U25cb> <period> : "⊙" U2299 # ○ - CIRCLED DOT -<Multi_key> <period> <U25cb> : "⊙" U2299 # - ○ CIRCLED DOT +<Multi_key> <U25cb> <period> : "⊙" U2299 # ○ . CIRCLED DOT OPERATOR +<Multi_key> <period> <U25cb> : "⊙" U2299 # . ○ CIRCLED DOT OPERATOR <Multi_key> <less> <greater> : "⋄" U22c4 # < > DIAMOND OPERATOR <Multi_key> <greater> <less> : "⋄" U22c4 # > < DIAMOND OPERATOR <Multi_key> <U2227> <U2228> : "⋄" U22c4 # ∧ ∨ DIAMOND OPERATOR <Multi_key> <U2228> <U2227> : "⋄" U22c4 # ∨ ∧ DIAMOND OPERATOR -<Multi_key> <colon> <period> : "∴" therefore # : . THEREFORE -<Multi_key> <period> <colon> : "∵" because # . : BECAUSE XCOMM Characters from "Miscellaneous Technical" <Multi_key> <U22a5> <U22a4> : "⌶" U2336 # ⊥ ⊤ APL FUNCTIONAL SYMBOL I-BEAM |