X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=717dabbe0618500b197fdee51135206876d771fd;hb=d7b9494c9717fe1f8309355c428966e951a187b5;hp=779139fc3a5c5b20b8869103e0271d2c82f18b18;hpb=dc016a0633cdb15d29b9a71fdec2c230fbad201b;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 779139fc..717dabbe 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -443,7 +443,7 @@ sub decode_input # the above regexp must work unless (defined $sort && defined $call && defined $line) { - $data =~ s/([\x00-\x1f\x7f-\xff])/uc sprintf("%%%02x",ord($1))/eg; +# $data =~ s/([\x00-\x1f\x7f-\xff])/uc sprintf("%%%02x",ord($1))/eg; dbg('err', "DUFF Line on $chcall: $data"); return (); }