On 07/04/11 20:06, Greg Ercolano wrote: > Sounds like an STR should be made with a small test program with "\xc2\xb1" > as the tooltip (or perhaps even a regular label string could trigger it).
Oh, there's a thing - when I was looking at this before, I was thinking about 0xc2 and 0xb1 as distinct Unicode code points, but of course what we really have is what Greg just wrote \xc2\xb1, which I think is an invalid sequence in UTF8... Hm, and there is some code in fl_draw.cxx - see line 60 in function handle_utf8_seq() for example, where we are testing exactly that sort of sequence... So, I think we are trying to cope with this - and testing on linux suggests I can't make it fail using this sequence, but maybe on OSX it's doing something unexpected? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

