dolibarr/htdocs/core/modules/export
bgenere b81a1a9a1d Code was setting ISO charset as default wich was causing an issue with
transnoentities as this method send back UTF-8. Result was that CSV file
was generated empty (tested on Unix Ubuntu workstation).
Replaced now with $conf->file->character_set_client so it works for me
(using UTF-8 by default.
To complete the fix my feeling is that we should not force charset till
we are not writing the final result. But needs to be confirmed by a
senior Dolibarr developer.
2016-11-28 14:23:35 +01:00
..
export_csv.modules.php Code was setting ISO charset as default wich was causing an issue with 2016-11-28 14:23:35 +01:00
export_excel2007.modules.php FIX Avoid errors on debian 2016-10-22 16:51:54 +02:00
export_excel.modules.php FIX Avoid errors on debian 2016-10-22 16:51:54 +02:00
export_tsv.modules.php FR4763 add possibility to export contacts/thirdparty categories 2016-03-07 17:49:26 +01:00
index.html Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
modules_export.php FIX Avoid errors on debian 2016-10-22 16:51:54 +02:00