On 07.04.2011 17:37, Janus wrote:

> 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. '?'

$ echo "±" | od -t x1
0000000 b1 0a
0000002

This is Windows CP 1252, or ISO-8859-1, and it appears that MacRoman
encoding for the "±" character is the same: 0xB1.

What does the command above show on your Mac ? Please type the "±"
character on your keyboard, don't cut'n'paste it from somewhere else.

I tested this on Windows, and it doesn't crash the app. Maybe it's
something weird on Mac OS ?

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

Reply via email to