Right now, there is no way to specify Japanese "Hiragana" just using Cocoa API.

Starting from Leopard, you can use -[NSTextFieldCell setAllowedInputSourceLocales:] with an array containing @"ja" (the Japanese locale) to narrow it to Japanese input modes.

Or, also from Leopard, you can use TextInputSource API in Carbon framework to fine control the input source.

Aki

On 2008/04/08, at 11:59, Dimitri Bouniol wrote:

I would like to force a text input method, such as the Japanese hiragana input, onto a NSTextField programatically. How would I go about doing this?
--
定魅刀利
Dimitri Bouniol
[EMAIL PROTECTED]
http://web.mac.com/dimitri008/



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/aki%40apple.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to