> Is there any easy solution in FLTK to display special > charakters like "ö > ,ä ,ü, é, à, è" in FLTK? Or do I have to make a workaround by myself?
You are using fltk-1.1.9, if I remember right? In which case, you *might* be able to get it to work by setting the "correct" code=page for the basic text plane - this is the way it was handled prior to Unicode and UTF8 and all that. Probably will not work well in an embedded device though... The "correct" fix is to switch to fltk-1.3 and use Unicode strings encoded as UTF8 to render these glyphs. This works well and is very portable. And pretty much all fltk-1.1 code Just Works when recompiled with 1.3, so there should not be too much pain porting across... -- Ian 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

