Re: Security Update 2005-006 and -[NSString length]
Re: Security Update 2005-006 and -[NSString length]
- Subject: Re: Security Update 2005-006 and -[NSString length]
- From: Jack <email@hidden>
- Date: Fri, 17 Jun 2005 20:39:55 +0200
> we have the following code where the three dots should actually be one
> Unicode character (alt-.).
You shouldn't use unicode characters in your source code directly. The
compilers don't really know what do with them sometimes and do whatever they
see fit with it. It's best to use something like:
NSString *ellipsis = [NSString stringWithFormat:@"%c", 201];
Jack Frost
http://www.bruji.com
_______________________________________________
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