• 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: 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


  • Follow-Ups:
    • Re: ellipsis problem
      • From: "Jan E. Schotsman" <email@hidden>
References: 
 >ellipsis problem (From: "Jan E. Schotsman" <email@hidden>)

  • Prev by Date: Re: Static analyzer being lazy
  • Next by Date: Re: ellipsis problem
  • Previous by thread: Re: ellipsis problem
  • Next by thread: Re: ellipsis problem
  • Index(es):
    • Date
    • Thread