Update of bug #16218 (project gnustep):

                Category:               Libraries => Base/Foundation        
                  Status:                    None => Invalid                
             Open/Closed:                    Open => Declined               

    _______________________________________________________

Follow-up Comment #1:

Your problem is avtually not that GNUstep base has a bug, but that it is now
closer to Cocoa. The default output format for the class NSKeyedArchiver is
NSPropertyListBinaryFormat_v1_0 and what you are getting is not garbled
output, but pretty valid binary encode stuff (At least I hope so, having
writen that code).
Now if you want to get the old format back the only thing you need to do is
tell the keyed archvier in which format you want the output:
[coder setOutputFormat: NSPropertyListXMLFormat_v1_0]

But what is wrong with a binary format, as long as you don't want to edit it
manually?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16218>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to