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

Function module to convert data from to UNICODE before output

colin_cheong
Contributor
0 Likes
685

Before Unicode conversion, output to my AIX Unix is non-unicode.

After conversion (rel 4.7), the output is still not unicode but converted to another set of data.

Is there a function to convert the contents in my internal table in my program to UNICODE before issuing the command "TRANSFER" to output the contents to my UNIX as a CSV file.

In my program, I did open the file for OUTPUT with encoding default.

Thanks

Bye

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
406

Hi,

Try this

1 REPLY 1
Read only

Former Member
0 Likes
407

Hi,

Try this