Parcourir la source

Revert "Use iconv"

This reverts commit eefec9accfe3e76959f7f70a17b5afad7a7b91fc.
Andy Baugh il y a 6 ans
Parent
commit
179c170239
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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/ /-/;