I think the 0xA0 character might be the problem here. A0 being the hi bit set equivalent of an ascii space.
See my followups on the end of Ian's STR #2080 here: http://www.fltk.org/str.php?L2080 In short, I'm thinking some code in FLTK is folding the 0xA0 down into an 0x20, and this might be messing up the UTF8 strings. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

