X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/7820d394931205a6f9f3c20bc90e464b0b376c3f..853d2447d4ee85d7a6a7511d6ecf1006f68ecba5:/charset.plp diff --git a/charset.plp b/charset.plp index f5b934c..7909fa8 100644 --- a/charset.plp +++ b/charset.plp @@ -15,7 +15,6 @@ Html({ charset codepage unicode ascii utf8 latin glyph character encoding reference common overview table '], - (stylesheet => [qw'light dark']) x !$mode, data => [qw( charset.inc.pl charset-encoding.inc.pl charset-unicode.inc.pl charset-ucplanes.inc.pl charset-utf8.inc.pl @@ -116,7 +115,7 @@ sub tabinput { } elsif (@parents) { $row{parent} = $parents[0]; - $params = $parents[1] if hex $parents[1] == 0; # apply ascii end + $params = $parents[1] if $parents[1] =~ /^0+-/; # apply ascii end } $visible->{$_} //= 0 for $row{parent} || (); }