charset: omit unassigned half of ascii table
[sheet.git] / unicode.plp
index 76c31ec6f37e4c9312898a22f4cb84abe583565b..0ec6374da5a9474b24f714ad1a8ab90b05fa60fa 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'unicode glyph cheat sheet',
-       version => 'v1.0',
+       version => '1.1',
        description => [
                "Common Unicode characters with digraph or code point, layed out for quick location.",
                "Includes general symbols, arrows, drawing characters, and IPA letters.",
@@ -26,7 +26,6 @@ i^k or i^vu respectively in <a href="/vi">Vim</a>.
 <div class="diinfo">
 
 <:
-use 5.010;
 use Shiar_Sheet::FormatChar;
 my $glyphs = Shiar_Sheet::FormatChar->new;
 
@@ -46,7 +45,7 @@ our $verbose = exists $get{v};
 my @config = qw(
        Popular
                punctuation/quoting
-                       common=-5
+                       common=-5?common
                symbols/binary?symbols/binary=-5
                latin/sample=-1
                        ?sample=2-
@@ -56,22 +55,23 @@ my @config = qw(
                        spacing
        Symbols
                symbols/currency
-                       cards
+                       cards=-3?cards
                        ?chess
+                       harvey
                        signs1
                        communic=0?communic
                        trinity=0?trinity
                        signs2
        Signs
                        solar
-                       zodiac=0?zodiac
+                       zodiac=0-1=3?zodiac
        Key_commands
                keys/spacing
                        editing
                        modifier
                        control
                        command
-                       android
+                       android=0
                        ps
                        ?player
        Mathematics
@@ -123,7 +123,7 @@ splice @config, 4, 2, qw(
                        ?easteuro
 ) if exists $get{html};
 
-$_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $ENV{PATH_INFO}, $get{q};
+$_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $Request, $get{q};
 
 my $tables = do 'unicode-table.inc.pl' or die $@ || $!;
 
@@ -162,9 +162,10 @@ $glyphs->print(map {
 
 <div class="legend">
        <table class="glyphs"><tr>
-       <td class="X l4">ascii
-       <td class="X l3"><:= $glyphs->{style} eq 'di' ? 'digraph' : 'latin1' :>
-       <td class="X l2"><:= $glyphs->{style} eq 'di' ? 'proposed' : 'BMP' :>
+       <td class="X l5">ascii
+       <td class="X l4"><:= $glyphs->{style} eq 'di' ? 'digraph' : 'latin1' :>
+       <td class="X l3"><:= $glyphs->{style} eq 'di' ? 'proposed' : 'HTML4' :>
+       <td class="X l2">unicode ≤6.0
        <td class="X l1">other unicode
        <td class="X ex">discouraged
        </table>