Multilanguage support
Multilanguage support
Hi!
I've a Cocoa based application and I'd like to support multilanguage.
I known that the type member of the NSEvent is NSKey for ''normal'' keyboard
keys,
and this already work, so I tried to dump what happened when Japanes keys
are
pressed (using the Multilanguage Panel). Not NSKey are issued, but only
NSSystemDefined. I've checked on the web, but I can't find anything that can
helpme to
decode the information.
If I send Japanes to a terminal it shows the UTF-8 codes (base 8) of the
char.
What I'd like to known in my application is the UTF-8 form of the char.
Anyone can help me ?
Is there any other way to intercept the multilanguage sequences ?
thanks
Massimiliano
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.