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

Unicode

Former Member
0 Likes
1,043

Experts,

I am working with Unicode which is updated from 4.7 to ECC 6.0.

In this environment,Can we use open dataset...... encoding utf-8?

Please help me.....

6 REPLIES 6
Read only

Former Member
0 Likes
1,022

Hi,

If u check 'Unicode checks active' then

u have to maintain 'ENCODING'. After encoding 'UTF-8' or 'DEFAULT' or 'NON-UNIQUE' , as mandatory.

If u uncheck 'Unicode checks active' then encoding is not required.

Thanks & Regards,

Sunil.

Read only

0 Likes
1,022

Hi,

You can specify

open dataset DSN in text mode for output encoding utf-8.

or

open dataset DSN in text mode for input encoding utf-8.

Eddy

Read only

0 Likes
1,022

what is the significance for UTF-8 or default?

Thanks

Read only

0 Likes
1,022

Hi,

All depends on the code pages set on your system.

Have a look at http://help.sap.com/saphelp_nw2004s/helpdata/en/03/877b3be3835044e10000000a11402f/frameset.htm

for details.

Eddy

Read only

0 Likes
1,022

what is the significance for UTF-8 or default?

Thanks

Read only

0 Likes
1,022

UTF-8 stands for Unicode Transformation Format. Here Each character is represented by 1...4 Bytes. and this format is System independent