Re: ellipsis problem
Re: ellipsis problem
- Subject: Re: ellipsis problem
- From: Jens Alfke <email@hidden>
- Date: Sun, 6 Sep 2009 11:44:28 -0700
On Sep 6, 2009, at 5:56 AM, Jan E. Schotsman wrote:
So far I have tried truncating as a CFString using the unicode
\u2026 character.
The resulting ellipsis shows as a dot in the debugger. If I call
CFShow it prints as \u2026.
After converting to a C string (using system encoding or UTF8 or
MacRoman) it shows in the debugger as \xc9 and prints as \311.
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 _______________________________________________
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