> Displaying plain ascii using the FL_Text_* widgets is known to work, > but please be aware that there are some issues with certain non-ascii > characters (CP1252 0x80-0x9f) and line-wrapping involving Chinese/CJK > characters in UTF-8 that are currently being investigated.
Oops! Forgot to point out that this is for Fl_Text_* widgets under FLTK-1.3.x where the UTF-8 kinks are still being straightened out. The Fl_Text_* widgets under FLTK-1.1.10 don't have these problems, but then they don't have any UTF-8 support either. If you only need ASCII/Latin1 then FLTK-1.1.10 may be your best bet. Cheers D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

