Details
Description
In Spanish language, when you export contacts to CSV file from actions menu, the special characters like accents are not display properly.
To solve it you can modify Excel.php file changing "echo $out;" for "echo mb_convert_encoding($out, $config->legacyEncoding);" in lines 81 and 136 like is shown in attached patch.