[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Plists and array of integers
From: |
Riccardo Mottola |
Subject: |
Plists and array of integers |
Date: |
Tue, 12 Jul 2011 00:48:46 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Hi,
grr contains a plist file (HTML-entities essentially escape codes for
special chars) which contains values which are later read as integer in
the code by:
value = [[entityDictionary objectForKey: escape] intValue]
Now, the plist values are written like
xxx = <*I666>;
This works under gnustep, but Mac doesn't parse that plist file.
xxx = 666;
works on the Mac. Does GNUstep accept this too? Why the difference? Am I
missing something?
Thanks,
riccardo
- Plists and array of integers,
Riccardo Mottola <=