API fix_encoding from class-fg-spip-to-wp-tools.php return an empty string.
Sample :
<?php
$txt = ‘très peu finalement ??????’;
echo $txt;
echo ‘ISO-8859-15=’.iconv(‘UTF-8’, ‘ISO-8859-15’, $txt);
echo ‘CP1252=’.iconv(‘UTF-8’, ‘CP1252’, $txt);
?>
très peu finalement ??????
Notice: iconv(): Detected an illegal character in input string in D:\EasyPHP-Devserver-17\eds-dashboard\codetester_source.php on line 6
ISO-8859-15=
Notice: iconv(): Detected an illegal character in input string in D:\EasyPHP-Devserver-17\eds-dashboard\codetester_source.php on line 7
CP1252=