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

issue with u00A3 and $ sign

anupam_srivastava2
Participant
0 Likes
813

Hi all

I am transfering the data from an internal table to .Dat file, using

open dataset filepath for output in text mode ENCODING DEFAULT.

transfer H_FHS TO FILEPATH.

I am on ECC5 unicoe compatible system.

the issue is the £ and $ sighn , in the .dat file are coming with some sepcial charaters....like

001D Chep Acc No.: 5000470238DLAN 5000470238 - £8.16 CHARGECustomer sample must be taken

does any body can tell how can I solve this issue

cheers

C

Hi all

I am transfering the data from an internal table to .Dat file, using

open dataset filepath for output in text mode ENCODING DEFAULT.

transfer H_FHS TO FILEPATH.

I am on ECC5 unicoe compatible system.

the issue is the £ and $ sighn , in the .dat file are coming with some sepcial charaters....like

001D Chep Acc No.: 5000470238DLAN 5000470238 - £8.16 CHARGECustomer sample must be taken

does any body can tell how can I solve this issue

cheers

C

5 REPLIES 5
Read only

Former Member
0 Likes
781

Hi

Did you check the font setting of your .DAT file. I think the problem is at your Font Setting as a result this problem is coming.

Thanks,

Chidanand

Read only

0 Likes
781

Rest all the characters are displaying correctly, the onlly problem is with £ and $ sign. Do you know what I need to do in Font settings.

Read only

0 Likes
781

Hi

I think you need to setting up the Font in the configuration. But I really dont have an idea but I heard that somewhere you need to setup the configuration for font.

Thanks,

Chidanand

Read only

anupam_srivastava2
Participant
0 Likes
781

still looking

Read only

anupam_srivastava2
Participant
0 Likes
781

still looking