From: Mischa POSLAWSKY Date: Tue, 16 Sep 2008 04:40:38 +0000 (+0000) Subject: unicode: common (western) characters X-Git-Tag: v1.2~34 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/68625510fc0fbda4ecf4739929570d985631a063 unicode: common (western) characters Add a section with some very frequently used characters (quotes, simple maths, common signs, largest european languages). --- diff --git a/unicode.plp b/unicode.plp index 7c05183..b8e16f1 100644 --- a/unicode.plp +++ b/unicode.plp @@ -142,6 +142,14 @@ sub table { return sprintf "\n%s
\n", join '', map {"$_\n"} @rows; } +print "

Common

\n\n"; +print table(@$_) for ( + [ 3 => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚}]], + [ 3 => [qw{. † ‡ • . § ¶ # . © ® ™ . − × ÷ . ± ² √}]], + [ 3 => [qw{. å ä ö ü ß . Å æ ø ű ſ}]], + [ 3 => [qw{. ¿ ç ñ é ê è}]], +); + print "

Arrows

\n\n"; print table(@$_) for ( [ 4 => [qw{. ↖ ↑ ↗ ↔ . ← - → ↕ . ↙ ↓ ↘ -}]],