2010 Apr 15 2:10 PM
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.
2010 Apr 19 12:46 PM
2010 Apr 19 11:14 AM
Hello guys,
nobody knows how to change the encoding in a report?
Many thanks,
Xavi.
2010 Apr 19 12:43 PM
Try using NON-UNICODE instead of DEFAULT in ENCODING option in OPEN DATASET............
2010 Apr 19 12:46 PM