PaT RSS Language Bug
Posted: Fri May 30, 2025 10:25 am
The <language> element only appears once in its RSS, in the header. Is this the reason why all UTF-8 “special characters” are sorted out? (Elfeed displays question marks instead: m?chte (möchte).) Or is this perhaps due to the mixing of UTF-8 and paraphrased characters like “ö”?

Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<rss version="0.92">
<channel>
<title>tracker2.postman.i2p I2P BitTorrent Tracker (Default content Feed) </title>
<link>http://tracker2.postman.i2p</link>
<description>I2P BitTorrent Tracker</description>
<language>en-us</language>
- https://www.w3schools.com/xml/rss_tag_language.asp "The <language> element is used to specify the language used to write your RSS document."
