mauricerenck / kirby-podcaster

Kirby Podcast Plugin
https://podcaster-plugin.com
48 stars 4 forks source link

Umlaute in chapter titles are displayed as encoded characters #71

Closed maxhoffmann closed 3 months ago

maxhoffmann commented 6 months ago

Currently using Umlaute in chapter titles show up as encoded characters. The reasons for this seems to be that the titles are passed into Xml::encode, which is a security measurement. I wonder if there is a similar function in kirby that keeps the security but allows using Umlaute to fix this issue?

mauricerenck commented 6 months ago

This should be fixed in the latest release