CSV Export: special characters

By maister - October 1, 2010

Buyed & (easy) installed the CSV Export plug-in.
One problem: special characters (é, î, ...) are not shown correct in exported CSV file ...
Suggestions ?

versions:
CMS Builder 2.06
CSV Export 1.03

Thanks,
Kristof

Re: [kristof] CSV Export: special characters

By maister - October 1, 2010

Found (a) solution; change in function csvExport_exportTable (in the csvExport.php plug-in file)
Follow line code:
print $line;
Into:
print utf8_decode($line);

Hope this is a/the right solution.
Regards,
Kristof

Re: [kristof] CSV Export: special characters

By Damon - October 1, 2010

Hi Kristof,

Thanks for the update with your solutions!
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [kristof] CSV Export: special characters

By Dave - October 8, 2010

Thanks for posting this. I'll include something to do this for the next release of this plugin.

Thanks! :)
Dave Edis - Senior Developer
interactivetools.com