> where I have to change in the fltk files to display > bengali,japanese etc. as I wish..........currently no extra > features reqd.Only display is enough.plz. tell me...........
Are you using fltk-1.x.x or fltk-2? By default fltk-2 should be able to display utf8 strings if you have a suitable unicode capable font for the language you are using loaded. Fltk-1.x.x does not handle unicode by default, but there are several patched versions around that do. In particular there's a patched version of fltk-1.1.6 known as fltk-utf8_1.1.6 around, googling for "fltk-utf8_1.1.6-3.tar.gz" should find something. I think Greg Ercolano has used this version in his applications to display CJK text, I don't think he has done bengali. An alternate fltk-1.1.x version is mine, here: http://www.imm.uklinux.net/fltk/fltk118-utf8-2007-07-14.tar.bz2 this is based on a more recent version of fltk, but is otherwise quite similar. In any case, if you have a suitable unicode font loaded and your strings are written in utf8, then fltk should display your text in the approporiate glyphs. But also see these recent messages that provide more detailed info: http://www.fltk.org/newsgroups.php?gfltk.general+v:23287 http://www.fltk.org/newsgroups.php?gfltk.general+v:23288 SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

