[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Need BIDI help
- To: Developer at arabeyes dot org
- Subject: RE: Need BIDI help
- From: Khalid Farouq <sssunnn at gmail dot com>
- Date: Wed, 26 Oct 2005 13:37:16 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=g0ChBLj7+4eJ1RprQrNxxdv1i/JBkZL8VvWpNToxQ6FSkDQ/LsBGJgjlt0dfL6J675S9K7idu0++XE/5jnYsl90a4TWPQhvzHif6LMlhxc0xG6OsK35MJMraUEvLpg2H6dWfxEFSe9AabLLv3Xbd/+xQ2f0NTBffp5wm2zXaOwo=
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