filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6
MIT License
1.06k stars 77 forks source link

Support to charset encoding #172

Closed pedrohh closed 3 years ago

pedrohh commented 5 years ago

Can you add support to charset encoding? In the feedparser github (https://github.com/danmactough/node-feedparser/issues/96) they added a fix to support utf8 charset.

I'm getting this when parsing some feeds: "A�gios GPS: Esecret�rio corrup��o"

Thanks and great work!

@filipedeschamps

TobiTenno commented 4 years ago

from what i'm seeing, feedparser attempts to auto-resolve it. are you looking for a way to manually provide your own?