cancel
Showing results for 
Search instead for 
Did you mean: 

iGrid saveAsCSVFile cannot show chinese in CSV

Currently double byte characters(Chinese) can be shown normally in IGrid. But when use IGrid's "data export raw as CSV" feature, in output CSV file, all of Chinese characters have been appeared as gibberish. And I tried to use saveAsCSVFile() function to export file, the result is same, Chinese can't be shown.

I use MII 15.0. sp8

function performExport(grid){
	eval(grid).saveAsCSVFile();
}

Accepted Solutions (1)

Accepted Solutions (1)

This is a bug fixed by SAP team and need install Server package, detail information please see as below link.

https://launchpad.support.sap.com/#/incident/pointer/002075129500002066562018

Answers (0)