> Note that the crash is not really a crash, its an unhandled thrown exception
> from the NsWindow objc class I think. ("objc_exception_throw")
>
> Perhaps this exception is trying to tell us the string is invalid UTF-8
> or some such, and is maybe something we should be trapping or something.

Googling around:
http://omegadelta.net/2011/02/10/objective-c-and-invalid-utf-8-byte-sequences/

> 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).

'C2B1' would be the correct UTF8 for the plusminus sign (U+00B1). The 
problematic .fl file contains only 'B1'!


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to