NSXMLParser initWIthData - Encoding?
NSXMLParser initWIthData - Encoding?
- Subject: NSXMLParser initWIthData - Encoding?
- From: Patrick Rutkowski <email@hidden>
- Date: Fri, 21 May 2010 12:39:10 -0400
I find it disgusting that the doc section for NSXMLParser initWithData takes binary data, but doesn't tell you which encoding it's supposed to be?
Link:
http://developer.apple.com/mac/library/documentation/cocoa/reference/foundation/Classes/NSXMLParser_Class/Reference/Reference.html#//apple_ref/occ/instm/NSXMLParser/initWithData:
I'm still pretty new to XML though, does the encoding always have to be UTF-8, or perhaps always UTF-16?
Either way, which encoding does initWithData expect to get? Does it perhaps detect which encoding is being used, based on the data you give it?
-Patrick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden