2004 Sep 22 12:43 PM
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
2004 Sep 22 12:57 PM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |