In article <[email protected]>,
 "MacArthur, Ian (SELEX GALILEO, UK)" <[email protected]> 
 wrote:

> > > 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!

i am not doing anything but pressing option+'+' in the tooltip field of 
fluid on my german mac keyboard to get a '+/-' like thingie. dunno the 
codepoint or what it is called - probably 'plusminus', a plus directly 
on top of a minus. '?'
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to