Explorar o código

Revert "Use iconv"

This reverts commit eefec9accfe3e76959f7f70a17b5afad7a7b91fc.
Andy Baugh %!s(int64=6) %!d(string=hai) anos
pai
achega
179c170239
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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/ /-/;