add xml version of sh/qrz
[spider.git] / perl / Spot.pm
index a2b9eee04efe5d9856f4e9d104721350818e495a..e7227ab1b2cdff4e313b95266b935756e2d0d5c5 100644 (file)
@@ -404,7 +404,7 @@ sub dup
                }
        }
        my $otext = $text;
-       $text = Encode::encode("iso-8859-1", $text) if $main::can_encode && Encode::is_utf8($text, 1);
+#      $text = Encode::encode("iso-8859-1", $text) if $main::can_encode && Encode::is_utf8($text, 1);
        $text =~ s/^\+\w+\s*//;                 # remove leading LoTW callsign
        $text =~ s/\s{2,}[\dA-Z]?[A-Z]\d?$// if length $text > 24;
        $text =~ s/[\W\x00-\x2F\x7B-\xFF]//g; # tautology, just to make quite sure!