Given a UTF32Char how to get it's Unicode name?

UTF32Char a = 0x1f420;
NSString *unicodeName = someFunctionOrMethod(a);

Now unicodeName should be:  "TROPICAL FISH".

If not no such Cocoa method exists, then Core Foundation or Foundation would be 
ok as well.


Kind regards,

Gerriet.

_______________________________________________

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 arch...@mail-archive.com

Reply via email to