Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Chinese characters displayed as Junk in downloaded text file

Former Member
0 Kudos

Hi,

I am trying to download a text file using GUI_DOWNLOAD.

The final internal table contains some chinese characters but these characters are converted into some junk characters in text file.

I have also used attribute CODEPAGE = '8400', but this has also not helped.

Please suggest some solution.

Thanks

1 ACCEPTED SOLUTION

Former Member

Try using Unicode code page '4110' in general.

Or otherwise solution suggested by Amit should work.

4 REPLIES 4

Former Member
0 Kudos

Try setting the code page of SAP GUI. Right click on Server Name > Properties> Encoding Unicode (UTF - 😎

Former Member

Try using Unicode code page '4110' in general.

Or otherwise solution suggested by Amit should work.

Former Member
0 Kudos

Hi Pawan and Amit,

Thanks a lot for replying.

Pawan's solution worked out for me.

Thanks

0 Kudos

Hi,

I'm facing the same problem.

I couldn't do the settings mentioned by Pawan on the SAPGUI launch pad.