Re: unknown escape sequence '\@'
Re: unknown escape sequence '\@'
- Subject: Re: unknown escape sequence '\@'
- From: Andrew Pinski <email@hidden>
- Date: Wed, 7 Aug 2002 17:03:47 -0400
You do not have to escape '@' and you cannot use the
unicode escapes in a constant String, you can use
localized.strings to fix the unicode problem.
Thanks,
Andrew Pinski
On Wednesday, August 7, 2002, at 04:40 , Jeremy Dronfield wrote:
The following:
static NSString *stringStart = @"\@\"";
... is causing me to get an 'unknown escape sequence' build warning.
I've also been getting the same warning using a '\U' prefix to generate
Unicode characters. It doesn't seem to be causing a problem in my app,
but I'm worried I may be storing up potential trouble. The
documentation
says to do this, so what's going wrong?
-Jeremy
=======================================
email@hidden // email@hidden
The Alchemy Pages:
- fractious fiction at http://freespace.virgin.net/jeremy.dronfield
_______________________________________________
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.
_______________________________________________
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.