PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.32.51
E2Pdf – Export Pdf Tool for WordPress v1.32.51
1.32.51 1.32.49 1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 All 73 releases
← All changes | vendors/svggraph/Text.php +1 -1 1.32.311.32.51 View file →
@@ -45,9 +45,9 @@
45 45 Text::$use_iconv = false;
46 46 if($graph->getOption('use_iconv', true) && extension_loaded('iconv')) {
47 47 // test the iconv function
48 48 $test_euro = "Test:\u{20ac}";
49 - $out = iconv('UTF-8', 'ASCII//TRANSLIT', $test_euro);
49 + $out = @iconv('UTF-8', 'ASCII//TRANSLIT', $test_euro);
50 50 Text::$use_iconv = (strlen($out) > 0);
51 51 }
52 52 }
53 53