Podcast-Republic / PRApp

30 stars 10 forks source link

Missing unicode character set in HTML export #488

Closed fredsleeve closed 2 months ago

fredsleeve commented 3 months ago

24.8.22b

  1. Create a playlist from a German podcast "Stay Forever" and add e.g. episode "Planetfall (SF 144)"
  2. Now export this playlist as HTML
  3. Open the created HTML file with a browser
  4. You'll see that German special characters like ü,ö,ä and so on will not be displayed correctly.

For testing purpose I added <meta charset="utf-8"> after <html>: With this, the characters are correct displayed.

gemiren commented 2 months ago

Nice catch. Will fix it in the next update. Thanks!

fredsleeve commented 2 months ago

Closing, fixed with 24.8.30b