cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to display Chinese characters in csv export

Former Member
0 Kudos

Hello,

We are doing a csv export from SAP MII. We use the below format for achieving this

http://<server:port>/XMII/Illuminator?QueryTemplate=<QueryTemplatePath>&Param.1=<ParamValue>...&Cont....

The csv files gets successfully downloaded but when we open it does not display the right Chinese characters in the excel file. The data is displayed correctly in the SAP MII report.

If we try to import the csv file in excel and use UTF-8 encoding in the option it displays the right Chinese words but when I directly open the csv file it opens in UTF-7 encoding.

Can someone please help how we can fix this.

Regards

Suhas

Accepted Solutions (0)

Answers (2)

Answers (2)

Private_Member_14935
Active Participant
0 Kudos

Hi Suhas,

Another way of forcing excel to open the csv with UTF-8 is by adding a BOM(Byte-order-marker). For this you could open the csv in an editor like Notepad++ and change the encoding to "Encode in UTF-8 BOM" and then save. Now if you open this csv, excel will use UTF-8 decoding and display the characters correctly.

This is also a workaround, and not the solution to your problem; but hope this helps!

Thanks and Best Regards,

Ria

Former Member
0 Kudos

Hi Suhas ,

I am not sure whether it works for your file,can you add "&charset=UTF-8" to the URL can check.

Thanks & Reagrds,

Neha