X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=ec1030e88096a659e1b4480c7bf78572a2ac874a;hb=cdb2c0e3a1d778485f71d406a561b38ed5238dbc;hp=1ecbc094a704487fd96c3998a560eb493d02f976;hpb=8efb8a9e2eccd817e065c1907c115587211c11de;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 1ecbc094..ec1030e8 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -253,11 +253,6 @@ sub process_inqueue my ($sort, $call, $line) = DXChannel::decode_input($dxchan, $data); return unless defined $sort; - # translate any crappy characters into hex characters - if ($line =~ /[\x00-\x06\x08\x0a-\x1f\x7f-\xff]/o) { - $line =~ s/([\x00-\x1f\x7f-\xff])/uc sprintf("%%%02x",ord($1))/eg; - } - # do the really sexy console interface bit! (Who is going to do the TK interface then?) dbg('chan', "<- $sort $call $line\n") unless $sort eq 'D';