Saved data with Question marks (( Hi. Your script opencart2.xorderxlsexport works is fine. But my data on Russian lang. And script Saved data with Question marks. I search the code on stackoverflow: header('Content-Encoding: UTF-8'); header('Content-type: text/csv; charset=UTF-8'); header("Content-disposition: attachment; filename=filename.csv"); header("Pragma: public"); header("Expires: 0"); echo "\xEF\xBB\xBF"; // UTF-8 BOM but this not work too. Please help me ;) Reply
Saved data with Question marks ((
Hi.
Your script opencart2.xorderxlsexport works is fine. But my data on Russian lang. And script Saved data with Question marks.
I search the code on stackoverflow:
header('Content-Encoding: UTF-8');
header('Content-type: text/csv; charset=UTF-8');
header("Content-disposition: attachment; filename=filename.csv");
header("Pragma: public");
header("Expires: 0");
echo "\xEF\xBB\xBF"; // UTF-8 BOM
but this not work too.
Please help me ;)