unicode: fix diagonal arrow direction
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 11 Oct 2008 00:06:14 +0000 (00:06 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 11 Oct 2008 00:06:14 +0000 (00:06 +0000)
Diagonal downwards double arrows were swapped, due to the same fault in
the current version of Unifont.

unicode.plp

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