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

create text file with arab characters

Former Member
0 Likes
537

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
453

anyone?

Read only

Former Member
0 Likes
453

Can anyone help me please?

Thanks

Hugo