ergoon

Results 3 issues of ergoon

I often get crashes with this error: `Can't form Range with upperBound < lowerBound` it happens in `ObjectToRecordConverter.swift` on line 73: ```swift private func convertOperations(from objectSet: Set, changeType: ManagedObjectChangeType) ->...

I just convert all utf-16le encoded feeds to utf-8 ``` if (enc && enc.toLowerCase() === "utf-16le") { var chars = []; for (var i = 0, l = body.length; i...

I ran into a problem parsing xhtml in atom feeds. If a feed contains xhtml, the parsing doesn't work as expected. It returns "[object object]" for the tag instead of...