IE

时间:2017-07-20 09:51:39

标签: c# model-view-controller

我正在尝试下载pdf文件并将此文件名设为

return this.DownloadPDF(model, m => $"{ReportStrings.ReportName}_{1003}_{5}.pdf");

ReportStrings.ReportName是文件的名称,当我将语言设置为日语时,文件名以日语显示。当我尝试下载此文件时,日语中的文件名在firefox和chrome中正确显示,但在尝试使用IE 11下载时显示乱码文本。

This is the garbled text which shows for Japanese Language in IE 11

我应该怎么纠正它?

0 个答案:

没有答案