From 336e8f72559b489396c5cd503c4586ef800c2a8f Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 20 Feb 2022 15:06:02 +0100 Subject: [PATCH] nls: add compose sequences for leftward, upward and downward double arrow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These sequences follow the logic of: the arrow shaft (=) first, the arrow head (< or > or ^ or v) second. This is so because the sequence <= is already taken for ≤, and there is no obvious ASCII character for a double vertical line, so we have to make do with a horizontal one. Since commit 6101b967b6 from eight years ago, there is a compose sequence for the rightward double arrow, but not for the other three directions. This fixes issue #138. Requested-by: Mélanie Chauvel Signed-off-by: Benno Schulenberg --- nls/en_US.UTF-8/Compose.pre | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index f9da20a3..bbbaea96 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -4527,7 +4527,10 @@ XCOMM Arrows : "→" U2192 # RIGHTWARDS ARROW : "↓" U2193 # DOWNWARDS ARROW : "↓" U2193 # DOWNWARDS ARROW + : "⇐" U21D0 # LEFTWARDS DOUBLE ARROW + : "⇑" U21D1 # UPWARDS DOUBLE ARROW : "⇒" U21D2 # RIGHTWARDS DOUBLE ARROW + : "⇓" U21D3 # DOWNWARDS DOUBLE ARROW XCOMM Mathematical Operators : "∄" U2204 # THERE DOES NOT EXIST