CSV Export: special characters

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