AlivePDF icon indicating copy to clipboard operation
AlivePDF copied to clipboard

special characters problem in csvexport

Open GoogleCodeExporter opened this issue 10 years ago • 3 comments

Hi guys,

I am using the 1.5 version and am trying to export a cvs file. 
I coded something like this.

var export:CSVExport = new CSVExport(dg.dataProvider.toArray(), columns); 

var bytes:ByteArray = export.serialize();
                var f:FileReference = new FileReference();
                f.save(bytes,"export.csv");

the export works fine but my grid contains german special characters like 
üöä which result in the excel sheet in wierd characters. 
Do you have any idea how to solve that problem?

thank you
Milad 

Original issue reported on code.google.com by [email protected] on 12 Apr 2011 at 3:48

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter

Issue 307 has been merged into this issue.

Original comment by [email protected] on 28 Feb 2015 at 12:28

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter

Issue 308 has been merged into this issue.

Original comment by [email protected] on 28 Feb 2015 at 12:29

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter

Issue 309 has been merged into this issue.

Original comment by [email protected] on 28 Feb 2015 at 12:29

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter