On Sun, Nov 20, 2011 at 10:23 PM, Gideon King <[email protected]> wrote: > Thanks for the plutil tip Brian. > > It's not supposed to be an old style dictionary - it's just a strings file, > and I have the whole thing in English and Spanish - the English one loads > fine, and the Spanish one doesn't. Unfortunately seeing as plutil thinks it's > supposed to be an old style dictionary file, it just tells me that there is > an error at line 1. > > Maybe I just need to do a binary search for the problem line(s)…
Did you try -[NSString propertyListFromStringsFileFormat:]? Be sure to read the comment preceding it in <Foundation/NSString.h>. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
