unknown escape sequence '\@'
unknown escape sequence '\@'
- Subject: unknown escape sequence '\@'
- From: Jeremy Dronfield <email@hidden>
- Date: Wed, 7 Aug 2002 21:40:26 +0100
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.