Re: NSPropertyListSerialization & nibtool problems
Re: NSPropertyListSerialization & nibtool problems
- Subject: Re: NSPropertyListSerialization & nibtool problems
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 25 Jan 2004 15:18:22 -0800
On Jan 25, 2004, at 1:54 PM, Jean Bovet wrote:
I am trying to generate a dictionary file to be used with nibtool to
translate a nib file. I have found that nibtool requires an
NSPropertyListOpenStepFormat strings file format and I cannot use the
NSPropertyListSerialization method because I always get the message
"kCFPropertyListOpenStepFormat not supported for writing". I had to
write a custom routine to write the dictionary to the old format (with
a \0 character between each character) and I wanted to know if it
correct to do so ? I also have the problem that non-US are not
correctly written to the nib file: what encoding format should I use
when creating the .strings file ?
<
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPInternational/index.html>
mmalc
_______________________________________________
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.