Encoding of AVMetadataItem
问题 I have a AVMetadataItem which has fields encoded in CP1251 (Cyrillic). After reading item.stringValue I get garbage - incorrectly encoded string. I've tried converting that string to raw UTF8 and then creating a new string using the CP1251 encoding - no luck, result is nil. Tried taking the item.dataValue - no dice, it contains a raw list data (starting with bplist...). Any ideas are very appreciated. Thanks in advance. 回答1: Swift 2.0 solution: let origTitleMeta: NSData = (<AVMetadataItem>