Hi,
I would like to know if it is possible to check whether the output data file is indeed created with the unicode encoding.
I've tried opening the dataset using both of the following
1. open dataset A for output in legacy text mode message MMMM.
2. open dataset B for output in text mode encoding UTF-8 message MMMM.
a text file is created in both cases, however, when I tried to open the text file using notepad to check the encoding, both of them are shown as ANSI.
Just would like to know if this is correct or if I've missed something or done anything wrong.
Thanks,
Francis