X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5f6d3958e4207035fefe088df2519231b5f07476..84f6f39be4ffeb6307756b97126ad993bef367a8:/countries.plp diff --git a/countries.plp b/countries.plp index 38c5e1a..a2fa272 100644 --- a/countries.plp +++ b/countries.plp @@ -10,7 +10,7 @@ Html({ }); :> -

Country codes

+

ISO-3166-2α2 Country codes

<: my $cc = do 'countries.inc.pl'; @@ -40,22 +40,8 @@ my $cc = do 'countries.inc.pl'; $_ = sprintf '%s', $img, $ref if -e $img; } 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])((?%s', $_ ? 'X '.$class : '', EscapeHTML("$code: $name"), $_; }