/[webpac]/branches/drustvene/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

Annotation of /branches/drustvene/filter/croascii.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 130 - (hide annotations)
Wed Oct 8 21:26:13 2003 UTC (20 years, 5 months ago) by dpavlin
Original Path: trunk/filter/croascii.pm
File size: 112 byte(s)
filter to import Crolist data in CROASCII code-page

1 dpavlin 130
2     sub croascii {
3     my $out = "";
4     foreach (@_) {
5     tr/~^}]{[|\`@/Èæƹ©ðо®/;
6     $out .= $_;
7     }
8     return $out;
9     }
10    
11     1;

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26