2009 Jan 28 12:07 PM
hi experts
we are reading some data froma text file. some of the words in the text file has a format like this example : company® or comanyu2122. when the system reads the data somethig like this company® or comapnyâ#¢
we are using the below statement for reading the file
OPEN DATASET p_file FOR INPUT IN TEXT MODE ENCODING NON-UNICODE
any suggestions??
thanks
2009 Feb 23 7:53 AM
This is fixed with the dataset command mode.
use like below : open dataset p_file for input in text mode encoding utf-8.