X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f95eb2821bd85af01cdcc1effc977e0aa3a7d359..0e122d62ab55a64c9db4c856b67ac34f14acd988:/unicode.plp diff --git a/unicode.plp b/unicode.plp index 7100aad..76c31ec 100644 --- a/unicode.plp +++ b/unicode.plp @@ -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 $@ || $!;