Support input non-ASCII in the control widgets?
Submitted by 51test2003 on Fri, 2008-04-04 18:37.
At the moment,does this portion wheather support input the Chinese Characters in the control widgets?
A yeat ago, I tryed your the early building script,But it can only input ASCII code!

It's not really ASCII, it's
It's not really ASCII, it's an 8 bit mac "roman" character set. Unfortunately I don't really know how to implement support for anything else, so it would be great if someone with knowledge about keyboard layouts and the right APIs in OS X, and perhaps input methods could help out.
I recommand you refer to
I recommand you refer to "gcin".
GTK+ based input method platform (1.3.4-2)
Gcin is a input method platform, which supports GTK/QT immodule and XIM. Gcin is focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. Input method table format of gcin is almost as same as those of xcin and scim.
Section: text
Maintainer: Andrew Lee
Website: http://www.csie.nctu.edu.tw/~cp76/gcin/
License: GPL
Interesting. I guess perhaps
Interesting. I guess perhaps someone could add support for non-X11 gtk+ to that input method? It seems to be higly X-dependant right now.
I would actually recommend looking into using native input methods on OS X and integrating that with GTK+ instead...
You can Refer FIT (Fun Input
You can Refer FIT (Fun Input Toy)
Also, you can take a look at the APPLE sample code:NumberInput_IMKit_Sample.zip
http://developer.apple.com/samplecode/NumberInput_IMKit_Sample/