Procházet zdrojové kódy

Revert "Use iconv"

This reverts commit eefec9accfe3e76959f7f70a17b5afad7a7b91fc.
Andy Baugh před 6 roky
rodič
revize
179c170239
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      lib/Cpanel/iContact/Provider/Local.pm

+ 0 - 4
lib/Cpanel/iContact/Provider/Local.pm

@@ -68,10 +68,6 @@ sub send {
 	my $html    = ${ $args_hr->{'html_body'} };
 	$html =~ s:src=".*":src="/unprotected/cpanel/images/cp-logo.svg" style="width\:3rem":;
 
-	require Text::Iconv;
-	my $converter = Text::Iconv->new("UTF-8", "ASCII");
-	$html = $converter->convert($html);
-
     # Send it
     my $time = time;
     $time =~ tr/ /-/;