> > > I can confirm that in OS X the IME does *not* work. > > Yes - I did a lot of the early work to support UTF8 on OSX in fltk, and > I didn't understand how the OSX IME was meant to be hooked in, so I > suspect all of that is essentially missing... > > Unless Manolo, who has done a lot of good stuff in the OSX layers, has > managed to fix that up at all? > >
The present 1.3 status of text input under Mac OS X is that all system- defined character composition rules are correctly handled, and that CJK (or any other left-to-right script) input with the character palette works. Keyboard-guided CJK input does not work. I've been trying to understand how to interface with these elaborate input methods but failed. Usage of a native text object would solve that, but it's not an easy change either. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
