site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com I think I found the way: CFCharacterSetIsCharacterMember (CFCharacterSetGetPredefined(kCFCharacterSetAlphaNumeric), uniChar) thanks On Jun 22, 2008, at 11:23 PM, Dmitry Markman wrote: Hi are there functions for UniChar similar to isdigit is alpha e.t.c. so basically I'd like to do something like if(isalpha(unichar)) { .... } thanks Note: I didn't find anything in CoreFoundation or Unicode utilities api Dmitry Markman _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/dmarkman%40mac.com Dmitry Markman _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to dmarkman@mac.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Dmitry Markman