Appending an ellipsis to a NSString
Appending an ellipsis to a NSString
- Subject: Appending an ellipsis to a NSString
- From: Glen Low <email@hidden>
- Date: Fri, 23 Apr 2004 09:16:06 +0800
Hi all,
What's the easiest way to append an ellipsis to the end of a NSString?
(It should work with any encoding...)
I thought:
[string stringByAppendingString: @"\u2026"]
where 0x2026 is the Unicode for ellipsis, but the compiler doesn't
recognize the \u escape sequence.
Cheers, Glen Low
---
pixelglow software | simply brilliant stuff
www.pixelglow.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.