/[webpac-proto]/common.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /common.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by dpavlin, Mon Jun 24 15:36:40 2002 UTC revision 1.8 by dpavlin, Mon Jun 24 18:07:26 2002 UTC
# Line 26  F 991 12 Inventarni broj Line 26  F 991 12 Inventarni broj
26  F ISBN 13 ISBN  F ISBN 13 ISBN
27  F MFN 14 MFN  F MFN 14 MFN
28  F 215+ 15 Materijalni opis  F 215+ 15 Materijalni opis
29    F 101 16 Jezik
30  ";  ";
31    
32  $common::database_cf="/local/search/databases.cf";  $common::database_cf="/local/search/databases.cf";
# Line 54  sub mps_expand { Line 55  sub mps_expand {
55                                          $w =~ s/[]/ae/g;                                          $w =~ s/[]/ae/g;
56                                          $w =~ s/[]/ue/g;                                          $w =~ s/[]/ue/g;
57                                          $out .= "W $w $nr\n";                                          $out .= "W $w $nr\n";
58                                    # Irish Last names
59                                    } elsif (($nr == 1 || $nr == 2 || $nr == 3 || $nr == 6 || $nr == 7 || $nr == 8) && $w =~ m/^Ma?c([A-Z].+)/) {
60                                            $out .= "W Mc$1 $nr\n";
61                                            $out .= "W Mac$1 $nr\n";
62                                  } else {                                  } else {
63                                          $out .= "W $w $nr\n";                                          $out .= "W $w $nr\n";
64                                  }                                  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.26