unicode: full repository of common accented latin
[sheet.git] / unicode.plp
index 7100aaddf9245aad99c312b5c533303260cebfc3..76c31ec6f37e4c9312898a22f4cb84abe583565b 100644 (file)
@@ -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 $@ || $!;