Re: ellipsis problem
Re: ellipsis problem
- Subject: Re: ellipsis problem
- From: "Jan E. Schotsman" <email@hidden>
- Date: Sun, 6 Sep 2009 21:58:13 +0200
On Sep 6, 2009, at 8:44 PM, Jens Alfke wrote:
What function are you calling to print the string containing the
ellipsis? Either of these works for me:
NSLog(@"It was quiet\u2026too quiet.");
puts([@"It was quiet\u2026too quiet." UTF8String]);
—Jens
I thought I had tried all three of system encoding, UTF8 or MacRoman
but actually UTF8 does work. My bad.
I still think CFShow should print the ellipsis.
CFStringRef myStr =CFStringCreateWithFormat( 0, 0, CFSTR("It was quiet
%C too quiet."), 0x2026 );
CFShow( myStr );
Result in console: It was quiet\u2026 too quiet.
Jan E
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden