• 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: 8-bit chars in @""
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 8-bit chars in @""


  • Subject: Re: 8-bit chars in @""
  • From: Ondra Cada <email@hidden>
  • Date: Sun, 24 Mar 2002 19:38:34 +0100

On Sunday, March 24, 2002, at 06:54 , Matt Neuburg wrote:

Oh, I see, I have to set Localizable.strings to be UTF-8. Is that it? (I

I'd use Unicode myself, but in principle, of course.

still don't get why there isn't some easy way to represent Unicode inside a
literal NSString.) m.

Probably since it is not too big inconvenience, with a simple workaround enough, and there is a lot of really important problems with difficult or even nonexistent workarounds.

Incidentally, for a plain bullet I would perhaps use a very plain way of

unichar bulletcode=0x2022;
NSString *bullet=[NSString stringWithCharacters:&bulletcode length:1];
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
2K Development: email@hidden http://www.2kdevelopment.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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.

  • Follow-Ups:
    • Re: 8-bit chars in @""
      • From: Shawn Erickson <email@hidden>
References: 
 >Re: 8-bit chars in @"" (From: Matt Neuburg <email@hidden>)

  • Prev by Date: Re: Apple and Developers (was lots of different subjects)
  • Next by Date: Re: Programmatically selecting items in a popup menu?
  • Previous by thread: Re: 8-bit chars in @""
  • Next by thread: Re: 8-bit chars in @""
  • Index(es):
    • Date
    • Thread