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

Change Report Encoding

Former Member
0 Likes
713

Hello guys,

i have a problem with a report and the encoding.

We have to read a file with special characters like ñ or º. The system is a CRM unicode, we tried with ENCODING DEFAULT and also with IGNORING CONVERSION ERRORS, but after to read we have to fill another file, and the characters are changed to #.

There is any way to put encoding ISO-8859-1 to read and write a file in a report?

Many thanks in advance.

Regards,

Xavi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

Check this link.....Hope this helps....

3 REPLIES 3
Read only

Former Member
0 Likes
442

Hello guys,

nobody knows how to change the encoding in a report?

Many thanks,

Xavi.

Read only

Former Member
0 Likes
442

Try using NON-UNICODE instead of DEFAULT in ENCODING option in OPEN DATASET............

Read only

Former Member
0 Likes
443

Check this link.....Hope this helps....