libplist icon indicating copy to clipboard operation
libplist copied to clipboard

Check for UTF8 BOM flag before importing xml data

Open BlueMatthew opened this issue 4 years ago • 1 comments

Sometimes iTunesMetadata in Info.plist generated by iTunes Backup is an UTF8 string with BOM flag. Attached is an example file.

Info.plist.zip

Refer: https://opensource.apple.com/source/CF/CF-1153.18/CFPropertyList.c.auto.html

BlueMatthew avatar Dec 30 '21 14:12 BlueMatthew

Interesting, thanks for pointing this out. I will have to add detections and conversions for the other formats, but I think I can handle that :)

nikias avatar Jan 04 '22 12:01 nikias