Re: isalpha for UniChar
Re: isalpha for UniChar
- Subject: Re: isalpha for UniChar
- From: Dmitry Markman <email@hidden>
- Date: Sun, 22 Jun 2008 23:36:39 -0400
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Dmitry Markman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden