Non-ASCII Compiler Warning
Non-ASCII Compiler Warning
- Subject: Non-ASCII Compiler Warning
- From: Nelson Santos <email@hidden>
- Date: Tue, 20 Mar 2007 02:58:15 -0400
Hi all,
In my code, I have a line like this:
NSString *symbol = @"x";
...where x is a character that I inserted directly into the source
code using the OS X Character Palette. The program works fine, but
every time I compile the project, I get the following build warning:
"warning: non-ASCII character in CFString literal"
I appreciate the compiler telling me about this, but I don't want it
to complain about this line anymore. Is there something I can do?
Does anyone have an idea of how I could (or should) do this differently?
Thanks.
Nelson
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden