Re: Strange characters in Toolbar
Re: Strange characters in Toolbar
- Subject: Re: Strange characters in Toolbar
- From: Prachi Gauriar <email@hidden>
- Date: Mon, 17 Nov 2003 20:05:00 -0600
On Nov 17, 2003, at 9:04 AM, Clark Cox wrote:
On Nov 17, 2003, at 07:37, Ivan Myrvold wrote:
If I look under Format->File encodings, I have a check mark for the
source file to be Unicode (UTF-8). Shouldn't that be enough?
No, the @"" notation only works with ASCII. If you have a UTF-8
string, you can call [NSString stringWithUTF8String: myString];
Is it just me, or is this something that shouldn't be an issue. I mean
really, why should NSConstantStrings not allow Unicode? Is it for some
sort of optimization? Is there some real technical reason? Or has Apple
just not updated the compiler to allow for true UTF-8?
I smell bug report, but I'd like to know why this is an issue first.
-Prachi
_______________________________________________
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.