We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Cyrillic symbols in filename

Hello dear Syncfusion!

Please consult me. When I try to set cyrillic in filename it goes to wrong encoding:
---------------------------------------------------------------------------------------------------
                string nameForFile = "Название.xlsx";

                workbook.SaveAs(
                    nameForFile,
                    ExcelSaveType.SaveAsXLS,
                    Response,
                    ExcelDownloadType.PromptDialog);
                workbook.Close();
                excelEngine.Dispose();
---------------------------------------------------------------------------------------------------


What i get in IE11.0.9600.18665:



What I get in Chrome 58.0.3029.110 (64-bit):


Why can`t I save it in IE? 

1 Reply

SS Sridhar Sukumar Syncfusion Team June 8, 2017 02:30 PM UTC

Hi Ilya, 
 
Thank you for contacting Syncfusion support. 
 
We have analyzed the reported issue and found that the issue is reproduced when downloading the documents that contains Cyrillic characters in file name using Internet Explorer. This is not an issue in XlsIO. 
  
Regards, 
Sridhar. 


Loader.
Live Chat Icon For mobile
Up arrow icon