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: 

help in FTPing a japanese file

Former Member
0 Kudos

Hi,

I have a text file which is in Japanese . When I open it in the desktop it is in Japanese and I FTP it from desktop to UNIX server. When I read the file using Open Dataset , it is reading junk characters and updating the table with junk values. Anyone has any idea how to retain the file in Japanese character in the UNIX server as well?

Thanks

Papiya

2 REPLIES 2

martin_fuchs2
Explorer
0 Kudos

Hi Papiya,

what codepage is being used on the UNIX machine? Best option is to save the text file in UTF-8 format and open it with this encoding on the remote server. Please refer to the Unicode ABAP help pages: [http://help.sap.com/abapdocu/en/ABAPOPEN_DATASET.htm|http://help.sap.com/abapdocu/en/ABAPOPEN_DATASET.htm]

Regards, Martin

markus_doehr2
Active Contributor
0 Kudos

Is your system a Unicode system?

Markus