> concerning implementing the BIDI algo directly in my appli, I've some > problem: > My arabic text are taken from ascii file, and they are not encoded in > unicode, but plain ASCII so in internet explorer when I want to see it > correctly I choose the encoding : arabic windows . > So I do not know how to do to display it correctly ?? > any help or sample code would be appreciate > And concerning the arabic qpf font is there other fonts available or do I > must to convert it myself ?? > Thanks >
because the data doesn't change, I would convert the arabic windows data (codepage 1256?) into UTF-8 in a one-off process on your main machine. It's easily done with python (I think). Regarding the fonts, you can get some arabic qpf fonts here: http://sourceforge.net/project/showfiles.php?group_id=34866&package_id=149418 wassalaam abdulhaq
_______________________________________________ Developer mailing list [email protected] http://lists.arabeyes.org/mailman/listinfo/developer

