• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ellipsis problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: ellipsis problem
      • From: email@hidden (Hado Hein)
References: 
 >ellipsis problem (From: "Jan E. Schotsman" <email@hidden>)
 >Re: ellipsis problem (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: ellipsis problem
  • Next by Date: Compiling 3-way Universal for 10.4+
  • Previous by thread: Re: ellipsis problem
  • Next by thread: Re: ellipsis problem
  • Index(es):
    • Date
    • Thread