countries: store abbreviations in include
[sheet.git] / countries.plp
index 838a2886303d70ef867066a9c852ae5825819f1b..cd2040ded94690db700698b1e2c899ea13e369a2 100644 (file)
@@ -6,11 +6,11 @@ Html({
        description =>
                "Table of ISO-3166-2 country codes with the names of reserved territories.",
        keywords => [qw'country code cc tld territory land table'],
-       stylesheet => [qw'light dark mono red'],
+       stylesheet => [qw'light dark circus mono red'],
 });
 
 :>
-<h1>Country codes</h1>
+<h1>ISO-3166-2α2 Country codes</h1>
 
 <:
 my $cc = do 'countries.inc.pl';
@@ -41,19 +41,6 @@ my $cc = do 'countries.inc.pl';
                        }
                        else {
                                $_ = $short || $name;
-                               s/,.*//;
-                               s/(?<=.)\(.*\)\s*//;
-                               s/ republic\b//gi;
-                               s/ islands?\b//gi;
-                               s/\bthe //g;
-                               s/ and / & /g and s/(?<=.)[a-z ]+//g;
-                               s/\bsaint /st /gi;
-                               s/South(?:ern)? /S-/g;
-                               s/North(?:ern)? /N-/g;
-                               s/New /n./g;
-                               s/(\S)(\S+)-/$1-/g;  # strip most chars preceding dash
-                               s/(\S{4}[b-df-hj-np-tv-xz])((?<!Austr)(?!land)\w{2,})/$1./g;  # abbreviate (at consonant)
-                               $_ = EscapeHTML($_);
                        }
                        $name =~ s/([^,]*), (.*)/$2 $1/;
                        printf "\n".'<td class="%s" title="%s">%s',