From d7c1207fb1cf7dcac45dd455a78d4c8c106ca4a3 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 11 Oct 2008 00:06:14 +0000 Subject: [PATCH] unicode: fix diagonal arrow direction Diagonal downwards double arrows were swapped, due to the same fault in the current version of Unifont. --- unicode.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicode.plp b/unicode.plp index 1aadd03..73d07a5 100644 --- a/unicode.plp +++ b/unicode.plp @@ -153,7 +153,7 @@ print table(@$_) for ( print "

Arrows

\n\n"; print table(@$_) for ( [ 4 => [qw{. ↖ ↑ ↗ ↔ . ← - → ↕ . ↙ ↓ ↘ -}]], - [ 4 => [qw{. ⇖ ⇑ ⇗ ⇔ . ⇐ - ⇒ ⇕ . ⇘ ⇓ ⇙ -}]], + [ 4 => [qw{. ⇖ ⇑ ⇗ ⇔ . ⇐ - ⇒ ⇕ . ⇙ ⇓ ⇘ -}]], [ 3 => [qw{. ◤ ▲ ◥ . ◀ ◆ ▶ . ◣ ▼ ◢}]], [ 3 => [qw{. ◸ △ ◹ . ◁ ◇ ▷ . ◺ ▽ ◿}]], ); -- 2.30.0