From: Mischa POSLAWSKY Date: Wed, 5 Jan 2011 20:36:50 +0000 (+0100) Subject: unicode: more specific name for table specification include X-Git-Tag: v1.5~83 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/3d6f1a6afd0d5bd83e105821553124b37e036668?hp=6ae2e63f9d7f8944b507b7396686a733c6422739 unicode: more specific name for table specification include --- diff --git a/unicode.inc.pl b/unicode-table.inc.pl similarity index 100% rename from unicode.inc.pl rename to unicode-table.inc.pl diff --git a/unicode.plp b/unicode.plp index cdcaa2a..4febc1c 100644 --- a/unicode.plp +++ b/unicode.plp @@ -11,7 +11,7 @@ Html({ unicode glyph char character reference common ipa symbol sign mark table digraph '], stylesheet => [qw'light dark mono circus red'], - data => [qw'digraphs.inc.pl unicode.inc.pl'], + data => [qw'digraphs.inc.pl unicode-table.inc.pl'], }); :> @@ -116,7 +116,7 @@ my @config = qw( $_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $ENV{PATH_INFO}, $get{q}; -my $tables = do 'unicode.inc.pl' or die $@ || $!; +my $tables = do 'unicode-table.inc.pl' or die $@ || $!; $glyphs->print(map { my $_ = /(.*)\?(.*)/ ? ($verbose ? $2 : $1) : $_;