/[webpac]/branches/lezbib/filter/croascii.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 /branches/lezbib/filter/croascii.pm

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

revision 141 by dpavlin, Thu Oct 30 00:49:43 2003 UTC revision 143 by dpavlin, Thu Nov 6 21:35:17 2003 UTC
# Line 11  sub croascii { Line 11  sub croascii {
11                  s/Ïc/è/g;                  s/Ïc/è/g;
12                  s/ÂC/Æ/g;                  s/ÂC/Æ/g;
13                  s/Âc/æ/g;                  s/Âc/æ/g;
   
                 s/ÏS/©/g;  
                 s/Ïs/¹/g;  
14                  #s/??/Ð/g;                  #s/??/Ð/g;
15                  s/ò/ð/g;                  s/ò/ð/g;
16                    s/ÏS/©/g;
17                    s/Ïs/¹/g;
18                    s/ÏZ/®/g;
19                    s/Ïz/¾/g;
20                  $out .= $_;                  $out .= $_;
21          }          }
22          return $out;          return $out;

Legend:
Removed from v.141  
changed lines
  Added in v.143

  ViewVC Help
Powered by ViewVC 1.1.26