Unicode case conversion
Unicode case conversion
- Subject: Unicode case conversion
- From: Robbie Haertel <email@hidden>
- Date: Wed, 24 Nov 2004 19:04:51 -0700
I'm not very knowledgeable about the unichar type. I need to compare
characters one-by-one so I use the characterAtIndex: from NSString to
get the character and use '==' et al to do the comparison. However,
in some cases I need to change the unichar to lower and compare them.
What function will do this? I can't just convert the NSString to
lowercase a priori because I need to maintain the case information in
most cases. I'm sure there is a simple lower() function that takes a
unichar argument.
Thanks in advance.
Robbie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden