How to find unencoded characters
How to find unencoded characters
- Subject: How to find unencoded characters
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Mon, 28 Feb 2011 19:32:21 +0700
There are quite a few characters, which OS X cannot print.
E.g. 𫠉 0x2b809 (CJK Unified Ideographs Extension D)
I would like to have a function or method like:
BOOL myComputerCanDisplayThisUnicodeCodePoint( unsigned int codePoint);
How can I get this information?
Or something similar like:
NSArray *allFontsWhichCanHandleThisUnicodeCodePoint( unsigned int codePoint);
Which part of the documentation will point me into the right direction?
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