How to get Unicode names
How to get Unicode names
- Subject: How to get Unicode names
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 19 Nov 2011 17:00:52 +0700
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 (email@hidden)
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:
This email sent to email@hidden