getgrav / grav-plugin-feed

Grav Feed Plugin
https://getgrav.org
MIT License
16 stars 11 forks source link

Atom feed for non-English data in fields somehow broken #53

Closed lazybadger closed 1 year ago

lazybadger commented 4 years ago

Feed with non-English texts (in <title> and <subtitle> for now) generated correctly for RSS, but is not readable in Atom-feed. And yes, it's good full 8-bit text in UTF8

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Заметки</title>
    ...
    <subtitle>Блог сайта</subtitle>

Just note - according to own small exploration, this text seems as UTF8, shown in cp1251. Not a big trouble, just not perfect

lazybadger commented 1 year ago

Fixed in #70