> > Just noticed, that the tooltips in PD_Layer_Strip class are
> the only ones
> > that contain some non-UTF8 chars. Perhaps they are causing
> a problem. Can you
> > try to remove them?
> >
> > see here:
> >
> > private tooltip {Coarse tune ( 36 semitones)} xywh {7 23 40
> 40} color 7
> > labelsize 10 minimum -36 maximum 36 step 1
>
> that did it! i removed the three '' and it no longer crashes!
> hurray! i
> like the character tho'. please bring her back in the next episode!
What codepoint do the glyphs have?
Actually, IIRC you are using 1.1.10 or so, so presumably you are loading
these glyphs from some locale specific font, or using a locale specific
codepoint.
That probably will not work with 1.3.x, you'll need to use the
appropriate locale-independent encoding, i.e. set the Unicode code point
(encoded as utf8) for the glyphs instead.
Mind you, that shouldn't cause things to crash.
Or at least I'd hope that badly formed strings (a locale specific string
that was well-formed in 1.1.10 might be mal-formed in 1.3.x where utf8
is assumed) would not be enough to cause a crash, I'd just expect them
to be rendered wrongly, or otherwise messed up!
SELEX Galileo Ltd
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