mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #60] Only ASCII characters in RSS-Feeds on tags #3342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DL5SMB on GitHub (Jun 11, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/60
Originally assigned to: @nlimper on GitHub.
It seems that RSS feeds as content for the tags only show standard ASCII characters
and do take any encoding into account.
I tried two different German RSS feeds, both encoded with UTF-8
Tagesschau
Spiegel
In both feeds all German umlauts / special characters (ä,ö,ü,ß etc.) are being ignored/omitted.
@nlimper commented on GitHub (Jun 13, 2023):
Already fixed 5 days ago during rehaul of contentmanager, in commit
c68b582be7Will do a new release shortly.