Re: CFPropertyListCreateFromXMLData(): plist parse failed
Re: CFPropertyListCreateFromXMLData(): plist parse failed
- Subject: Re: CFPropertyListCreateFromXMLData(): plist parse failed
- From: Douglas Davidson <email@hidden>
- Date: Tue, 28 Sep 2004 16:04:33 -0700
On Sep 28, 2004, at 3:57 PM, Jens Ayton wrote:
This means that you have a plist which is in an 8-bit encoding other
than UTF-8. This is almost certainly not /usr/share/zoneinfo/GMT
(CFPropertyListCreateFromXMLData() tends to fall back on your current
zoneinfo when it doesn't have a clue), and could very well be a
.strings file. The simplest solution is to open all plists (and
.strings files) in XCode, select Format > File Encoding > Unicode
(UTF-8), and select Convert. (The exact process varies between
versions of XCode and Project Builder.) Then check your files to
ensure any non-ASCII characters are OK.
The plists should be UTF-8, but .strings files normally should be
UTF-16.
Douglas Davidson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden