Application Development and Automation 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: 
Read only

Convert non-unicode file to unicode.

Former Member
0 Likes
753

Hi All,

I have to convert a file (in presentation server), which is non-unicode, to unicode compatible. Will reading the file in binary mode and writing in ASC mode be sufficient.

Appreciate the help,

Regards,

Sai

Hi All,

I have to convert a file (in presentation server), which is non-unicode, to unicode compatible. Will reading the file in binary mode and writing in ASC mode be sufficient.

Appreciate the help,

Regards,

Sai

1 REPLY 1
Read only

Former Member
0 Likes
494

Hi,

try translate .. from code page ... to code page ...

Or may be some of these classes..

CL_ABAP_CONV_IN_CE : Reading binary data

CL_ABAP_CONV_OUT_CE : exporting binary data

CL_ABAP_CONV_X2X_CE : reading and exporting binary data and changing the format

regards

Siggi

Message was edited by: Siegfried Szameitat