tags:

views:

202

answers:

0

We have a flex application where we export the contents of table data into csv format. When we have japanese characters in our table the data exported contains junk character. We are using the fileReference class and the save method. According the documentation if the data to be saved is a String it is saved as a UTF-8 text file. Anybody know what's happening here.