erdemolkun / plist

Automatically exported from code.google.com/p/plist
0 stars 0 forks source link

failed parse plist with BOM #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
fixed issue with:
if(magicString.startsWith("\uFEFF"))
magicString = magicString.substring(1);

Original issue reported on code.google.com by atom.te...@mobile-info.ru on 29 Nov 2012 at 1:52

GoogleCodeExporter commented 9 years ago
Should be fixed in r88.

Original comment by daniel.dreibrodt on 29 Nov 2012 at 4:38