[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Need BIDI help



Salamo Alikom,
I need to have something like this
 
char buffer[256];
buffer[0]=Arabic character(the beginning of a word)
.
.
.
Buffer[10]=202D
Buffer[11]=arabic character(the beginning of another word)
.
.
and so on, between each word I will insert into the buffer 202D.
Then I assume that fprintf(...buffer) will put each word in the correct place.
 
Thank you for your help