erdemolkun / plist

Automatically exported from code.google.com/p/plist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed parse plist with BOM

GoogleCodeExporter opened this issue · comments

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

Should be fixed in r88.

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

  • Changed state: Fixed