From: Mischa POSLAWSKY Date: Sat, 11 Oct 2008 00:06:14 +0000 (+0000) Subject: unicode: fix diagonal arrow direction X-Git-Tag: v1.2~22 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/d7c1207fb1cf7dcac45dd455a78d4c8c106ca4a3 unicode: fix diagonal arrow direction Diagonal downwards double arrows were swapped, due to the same fault in the current version of Unifont. --- 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{. ◸ △ ◹ . ◁ ◇ ▷ . ◺ ▽ ◿}]], );