/[wait]/cvs-head/lib/WAIT/Filter/utf8iso.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

Contents of /cvs-head/lib/WAIT/Filter/utf8iso.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Fri Apr 28 15:40:52 2000 UTC (24 years, 1 month ago) by ulpfr
File size: 285 byte(s)
Initial revision

1 package WAIT::Filter::utf8iso;
2 # in a different package so older perls can use WAIT too without utf8 support
3
4 use utf8;
5
6 sub utf8iso {
7 my $s = shift;
8 $s =~ tr/\x{80}-\x{ff}//UC;
9 $s;
10 }
11
12 # Don't know if needed, AK
13 # sub dutf8iso {
14 # $_[0] =~ tr/\0-\x{ff}//UC;
15 # $_[0];
16 # }
17
18 1;

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26