X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXUtil.pm;h=286f6f223eb645cdd02f8fa835704a98d5deaaf2;hb=fc093a9c5781403e0eb71140169fd7063d38844a;hp=42ba922bae1b888e72f2851fd01144636330c8f7;hpb=1f2757c4c57b6b4492923ed4edd7f0f912a31157;p=spider.git diff --git a/perl/DXUtil.pm b/perl/DXUtil.pm index 42ba922b..286f6f22 100644 --- a/perl/DXUtil.pm +++ b/perl/DXUtil.pm @@ -299,7 +299,7 @@ sub is_callsign # check that a PC protocol field is valid text sub is_pctext { - return $_[0] =~ /^[\x09\x20-\xA8\xE0-\xEF]+$/; + return $_[0] =~ /^[\x09\x20-\xFF]+$/; } # check that a PC prot flag is fairly valid (doesn't check the difference between 1/0 and */-)