Application Development 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: 

Unicode

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

0 Kudos

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

0 Kudos

what is the significance for UTF-8 or default?

Thanks

0 Kudos

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

0 Kudos

what is the significance for UTF-8 or default?

Thanks

0 Kudos

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