Re: isalpha for UniChar
Re: isalpha for UniChar
- Subject: Re: isalpha for UniChar
- From: "Clark Cox" <email@hidden>
- Date: Mon, 23 Jun 2008 08:23:16 -0700
On Sun, Jun 22, 2008 at 8:23 PM, Dmitry Markman <email@hidden> 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)) {
> ....
> }
No, you really don't want to do that. Dealing with individual
codepoints in Unicode is almost always the wrong thing to do. You
typically want to deal with strings.
What is it that you're actually trying to accomplish?
--
Clark S. Cox III
email@hidden
_______________________________________________
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