font: page to list character support
[sheet.git] / unicode.plp
index 7100aaddf9245aad99c312b5c533303260cebfc3..7a70b270cf4175644314b2688eca9a514ff9c529 100644 (file)
@@ -46,7 +46,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-
@@ -117,6 +117,12 @@ my @config = qw(
                        ?kataderiv
 );
 
+splice @config, 4, 2, qw(
+               latin/vowels=-5?latin/vowels
+                        westeuro
+                       ?easteuro
+) if exists $get{html};
+
 $_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $ENV{PATH_INFO}, $get{q};
 
 my $tables = do 'unicode-table.inc.pl' or die $@ || $!;