• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: isalpha for UniChar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >isalpha for UniChar (From: Dmitry Markman <email@hidden>)

  • Prev by Date: Re: isalpha for UniChar
  • Next by Date: What's the official way to detect a user has administration privileges?
  • Previous by thread: Re: isalpha for UniChar
  • Next by thread: What's the official way to detect a user has administration privileges?
  • Index(es):
    • Date
    • Thread