X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/56a2781260b38e4e84ec49cf4a5c210c2626dcc4..8ed454fdd94aae38d04fcd96cab15ef3b86b9cc5:/unicode.plp diff --git a/unicode.plp b/unicode.plp index fe653f9..f506fb5 100644 --- a/unicode.plp +++ b/unicode.plp @@ -16,8 +16,11 @@ Html({ :>

Common Unicode

-

i^k in Vim. -Also see the complete digraphs table.

+

+Glyphs are followed by +digraph or code point, +i^k or i^vu respectively in Vim. +

@@ -25,27 +28,31 @@ Also see the complete digraphs table.

use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; -sub print_glyph_tables { - while (@_) { - printf '

%s

'."\n\n", shift; - while (ref $_[0] and $_ = shift) { - print $glyphs->table($_); - } - print '
'; - } +if (exists $get{q}) { + $glyphs->{unicode}--; + $glyphs->{digraph}--; } our $verbose = exists $get{v}; -print_glyph_tables( +$glyphs->print( 'Popular', [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}], [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √}], [qw{. ⚋ ⚊ . ⚐ ⚑ . ☺ ☹ . ✓ ✗ . ✔ ✘ }, $verbose ? () : qw{. ◄ ►}], [qw{. å ä ö ü ß . ā æ ø ű ſ}], - [qw{. ñ ç é ê è . ŋ č ų ŭ ů }], - [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }], + [qw{ + . á è õ û ç . ą ı ơ ů þ + }], + $verbose ? [qw{ + .>Englisc æ ð ē ȝ œ þ ƿ + .>Sámi á č đ ŋ š ŧ ž + .>Slavic ą ě ł ů ź ż ž + .>Türkçe ç ğ ı İ ö ş ü + .>Esperanto ĉ ĝ ĥ ĵ ŝ ŭ + }] : (), [qw{. α β}], + [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }], 'Symbols', [qw{. ¤ ¢ ₥ € £ ₨ $ ¥ . ฿ ₫ ₭ ₦ ₱ ₮ ₩ ₪}],