Re: 8-bit chars in @""
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.