Closed (outdated)
Project:
Feeds
Version:
6.x-1.0-beta11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2010 at 17:59 UTC
Updated:
16 Jun 2016 at 21:28 UTC
Jump to comment: Most recent
Comments
Comment #1
alex_b commentedOnly one way to find out: backport and test #953538: Remove BOM from UTF-8 files
Comment #2
hampshire commentedI tried doing that before posting but unfortunatly it is beyond me.
Comment #3
joetsuihk commentedI do not think we should put the BOM corrector/checker inside a fetcher, but should be in parser. Fetcher should remain what it fetch as it is, and parser should handle variants on field names, file structures etc.
So in D6:
add to line 199:
these should work with CSV files.
for sitemap, OPML, simplepie, syndication, they use FeedsImportBatch->getRaw(), so:
FeedsBatch.inc line 178 (untested)
if someone find this interesting, patch can follows.
Comment #4
twistor commented