RSS-Parser icon indicating copy to clipboard operation
RSS-Parser copied to clipboard

Cached feed doesn't use charset

Open moshenskyi opened this issue 2 years ago • 1 comments

Describe the bug I use the RSS feed with the Ukrainian language. I have chosen the wrong charset in Parser.Builder and after I changed it and restarted the app it shows items with the wrong charset. I should clear the app's data to force applying the new charset.

It would be nice if we could force update the cache from the network if the charset changed

The link of the RSS Feed https://loda.gov.ua/rss?lang=ua

moshenskyi avatar Mar 01 '22 16:03 moshenskyi

Thanks for raising that issue and sorry for the late response.

In that sense, it probably would make sense to pass the charset to the getChannel function. Otherwise that won't work if you are parsing multiple feeds

prof18 avatar Apr 11 '22 11:04 prof18