We are using ListGrid.exportData(dsRequest); to create a CSV file. The file created by this method, in our case, includes UTF-8 characters, and the file can be viewed in some text editors. However, the file itself does not have the UTF-8 BOM marker. Because of this, Excel will not recognize the file as UTF-8, where the UTF-8 characters are not rendered correctly. Adding the BOM to this file will then make it a valid UTF-8 file and it will then render correctly in Excel.
Can the BOM be added on export when the export includes UTF-8?
Can the BOM be added on export when the export includes UTF-8?
Comment