On Tue, 25 Oct 2005, Mohammed Sameer wrote: > On Tue, Oct 25, 2005 at 09:45:01AM +0200, Khalid Farouq wrote: > > > > I was told (By brother Ahmad Khalifa )to add the the Left to Right > > Override(LRO), its Code is \u202D. But each time I add it the C compiler > > says that \u is an unknown sequence. Can any one tell me how to insert a > > unicode character in a string or by wprintf() > > Try with the hex: 0x202d ?
Use "\xe2\x80\xad". This it the UTF-8 representation of that character. --behdad http://behdad.org/ "Commandment Three says Do Not Kill, Amendment Two says Blood Will Spill" -- Dan Bern, "New American Language"
_______________________________________________ Developer mailing list [email protected] http://lists.arabeyes.org/mailman/listinfo/developer

