capitalize few more fields master
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 22 Sep 2013 10:30:13 +0000 (12:30 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 22 Sep 2013 10:30:13 +0000 (12:30 +0200)
crolist2marc.pl

index 0ca18aa..68e602e 100755 (executable)
@@ -29,7 +29,7 @@ sub vc_casefix { # partial reverse-engeenered implementation of case mapping
                $sel >>= 1;
        }
 
-       if ( substr($vc,0,1) eq 'x' || ( $vc eq 'am  ' && $tag =~ m/^(200|210|225)$/ ) ) { #&& $sfi eq '$a' )) {
+       if ( substr($vc,0,1) eq 'x' || ( $tag =~ m/^(200|210|225|700|701|702|710|711|712)$/ ) ) { #&& $sfi eq '$a' )) {
                $fixed = ucfirst $fixed;
        }