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

Data transfer from UNIX server

Former Member
0 Likes
688

Hi,

I am trying to upload a file from UNIX server into internal table using OPEN DATASET, as soon as the file is placed in UNIX server, there are some special characters which are getting replaced by bad characters like if there is a special character A, on top of if there is a semi circle ( half-moon) it is getting replaced with A$, which we do not want.

We want to upload as it is. The reason we are having special characters in the file, because we are dealing different languages.

Please let me know your suggestions.

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
657

Hi,

Those are nothing but the kind of accents we need to stress on as in grave accent, acute accent etc.

Thats why those symbol are placed on them.

To produce a sound of....

anyways which version are you using I mean is it 4.7 c , ECC 5.0.

Cheers

Mohinder Singh Chauhan

Read only

0 Likes
657

Hi Mohinder,

we are on ECC 5.0, could you please explain more on that issue.

Thanks

Read only

Former Member
0 Likes
657

Hi ,

As in when doing translations we do have a similar kind of issue.

First thing we do is need to login in the required language,

I am not sure about how people respond to UNICODE senario for this and whether it falls into category of

translation or not.

Cheers

Mohinder Singh Chauhan

Read only

0 Likes
657

We are trying to upload customer address to custom table which we receive in file. Those address are in different languages.

Unicode checks are active, How to handle this kind of issue?

Thanks