Hi,
I need to create a text file that is going to contain arabic characters.
if i use this code:
OPEN DATASET v_filepath FOR OUTPUT IN LEGACY TEXT MODE CODE PAGE '4103'.
i've the following error:
"The conversion of texts in code page '4103' to code page '4103' is not supported here.
if i use this code:
OPEN DATASET v_filepath FOR OUTPUT IN LEGACY TEXT MODE.
i've the following error:
"Error at the conversion of a text from codepage '4103' to codepage '1100':
- A character was found that cannot be displayed in one of the two codepages;
- or it was detected that this conversion is not supported."
Can anyone help me?
Thanks
Hugo