site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3nG5VqKkUsHMLTVDowuoRH3L10r50VzLN+yYomn1a1I=; b=MYfN7TGBthskt+Aq37LYPjHC8ajJKAK4W1dKTdCr0u92uZLL4x8Bp1jLr1EjknDEIM c46BDP5GEt6wiCcnRaMMsdSCWzVrmV8sTsudDcUdzochO2IwKQa0IHZ2pD2dZladYu2C 1KoomJQbq/wt1hXC7yLhVFDAIUgbMWH27B8e0= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rlKwfvM4ERNE/dKBiVP5h8ekWk4H5hEN8pDODa7phWa/G8wIFarGY1ExL/Nhmcb/px pZQLh4UkDfuXVAH3uHTo420D4QUfJ5sx/7OnfmGzI7fOgyZOnc0NTGhIpUmbp0vltGpI BLRLnMe9aA1cWmw+BcMus1Qe9UjzPS7HsJW2o= On Sun, Jun 22, 2008 at 8:23 PM, Dmitry Markman <dmarkman@mac.com> 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 clarkcox3@gmail.com _______________________________________________ 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 site_archiver@lists.apple.com