On Oct 11, 2011, at 5:47 PM, Julia Truchsess wrote: > I've found that it's possible when trying to store arbitrary binary data > in strings using some methods of Plist Class to create an "invalid" plist > that can't be opened by Apple's Property List Editor. It never happens > when storing numbers, ascii strings, or booleans, and you can get binary > data (like pictures) to work with some added xml escaping and un-escaping > routines.
I was surprised to hear that there was any risk with using the PList class since I too was producing valid PList files. In fact, I'm not sure that there really is a problem, but I didn't want to take a chance. > I'll have a look at CFDictionaryMBS but my experience with any kind of > Core Foundation stuff in RS has been really bad - incredibly difficult > debugging because I never seem to be able to find human-readable variable > values in the debugger. Maybe I'm doing something wrong... It isn't extremely obvious, but I seem to have figured it out sufficiently for my purposes. However I'm sure it would have been easier with some better documentation. _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
