From: Mischa POSLAWSKY Date: Sat, 2 May 2009 17:13:20 +0000 (+0000) Subject: unicode: hide japanese, PUA arrows; omit alphabetic samples X-Git-Tag: v1.3~152 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/2d5cb9836f4fbe3065accb1b99e12bb1ba4d6948 unicode: hide japanese, PUA arrows; omit alphabetic samples Require verbose option ?v to show uncommon/specific tables. --- diff --git a/unicode.plp b/unicode.plp index e28bb06..744eed1 100644 --- a/unicode.plp +++ b/unicode.plp @@ -147,6 +147,8 @@ sub print_glyph_tables { } } +our $verbose = exists $get{v}; + print_glyph_tables( 'Popular', [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}], @@ -169,8 +171,10 @@ print_glyph_tables( [qw{. ◩ ⬒ ⬔ . ◧ □ ◨ . ⬕ ⬓ ◪ }], [qw{. ◤ ▲ ◥ . ◀ ◆ ▶ . ◣ ▼ ◢ }], [qw{. ◸ △ ◹ . ◁ ◇ ▷ . ◺ ▽ ◿ }], +$verbose ? ( [qw{.    .  -  .    }], [qw{.    .  -  .    }], +) : (), 'Line drawing', [qw{. ╔ ╦ ╗ ═ . ╠ ╬ ╣ ║ . ╚ ╩ ╝ - }], @@ -231,14 +235,7 @@ print_glyph_tables( .>Open a ɶ - - ɑ ɒ }], - 'Alphabetics', - [qw{ - .>Latin a ī ı ę ô ɳ ŋ ṡ š đ ð Ʒ - .>Cyrillic а і й э ё н њ ш щ ч ь Я - .>Greek α ί ϊ η ϋ π ψ σ ς θ ξ Ω - .>Hebrew א ײ י ע ו נ ן ס ש ט צ ץ - }], - +$verbose ? ( 'Japanese', [qw{ - A I U E O _ @@ -283,6 +280,7 @@ print_glyph_tables( .>P パ ピ プ ペ ポ .>V ヷ ヸ ヴ ヹ ヺ }], +) : (), ); :>