X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2d5cb9836f4fbe3065accb1b99e12bb1ba4d6948..0626d450bf9b84d700a4a58c4fcee64df119ccaf:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 744eed1..a5d95f8 100644 --- a/unicode.plp +++ b/unicode.plp @@ -14,8 +14,8 @@ $header{content_type} = 'text/html; charset=utf-8'; -digraph cheat sheet +digraph cheat sheet <: my %styles = map {$_ => $_} qw(dark circus mono red terse); our $style = exists $get{style} && $styles{$get{style}} || 'light'; @@ -36,7 +36,7 @@ Also see the complete digraphs table.

<: my $diinfo = do 'digraphs.inc.pl'; my %di = map { $diinfo->{$_}->[0] => $_ } grep { ref $diinfo->{$_} } - keys %$diinfo; + sort { length $a <=> length $b } keys %$diinfo; sub quote { local $_ = shift; @@ -154,8 +154,9 @@ print_glyph_tables( [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}], [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √}], [qw{. ⚋ ⚊ . ⚐ ⚑ . ☺ ☹ . ✓ ✗ . ✔ ✘ . ◄ ► }], - [qw{. å ä ö ü ß . Å æ ø ű ſ}], + [qw{. å ä ö ü ß . ā æ ø ű ſ}], [qw{. ¿ ç ñ é ê è}], + [qw{. α β}], [qw{. א}], 'Signs', [qw{. ¤ ¢ ₥ € £ ₨ $ ¥ . ₫ ₭ ₦ ₱ ₧ ₮ ₩ ₪}],