Re: Hex codes in plists
Re: Hex codes in plists
- Subject: Re: Hex codes in plists
- From: Chris Ridd <email@hidden>
- Date: Mon, 03 Nov 2003 20:02:05 +0000
On 3/11/03 7:16 pm, Glen Simmons <email@hidden> wrote:
>
Second question: In trying to deal with this, I had the bright idea of
>
using -rangeOfString:@"\x" and handling it in code. XCode doesn't like
>
this at all, thinking it's supposed to be a hex value. How to get
>
around this?
By using standard C string literal escapes? (ie @"\\x")
Cheers,
Chris
_______________________________________________
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.