2011 Oct 28 12:58 PM
Dear all,
I am currently working on ABAP development which create flat text file to client PC. Now the file may contain multi language, so the text encoding is UTF-8.
My question is that I want to create UTF-8 file with BOM (Byte Order Mark).
Is there a way to add that?
Thanks a lot for your input in advance.
Regards,
Kazuya
Dear all,
I am currently working on ABAP development which create flat text file to client PC. Now the file may contain multi language, so the text encoding is UTF-8.
My question is that I want to create UTF-8 file with BOM (Byte Order Mark).
Is there a way to add that?
Thanks a lot for your input in advance.
Regards,
Kazuya
2011 Nov 01 10:47 AM
Hi,
You can use the parameter WRITE_BOM of FM/method gui_download to do this.
Kr,
Manu.