charset: omit unassigned half of ascii table
[sheet.git] / unicode.plp
index 5937545efacc16b2204a5ef6cb083acb397725d1..0ec6374da5a9474b24f714ad1a8ab90b05fa60fa 100644 (file)
@@ -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;
 
@@ -124,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 $@ || $!;