yang991178 / fluent-reader

Modern desktop RSS reader built with Electron, React, and Fluent UI
https://hyliu.me/fluent-reader/
BSD 3-Clause "New" or "Revised" License
7.74k stars 423 forks source link

html special characters in titles #365

Open afauroux opened 2 years ago

afauroux commented 2 years ago

Description The rss feed titles which contains html special characters (e.g. & or ' ) gets printed uninterpreted. It was observed for the AFP feed (French news agency) which uses often the special html characters ' which is an apostrophe.

To Reproduce Steps to reproduce the behavior:

  1. add the rss feed of (https://www.afp.com/fr/actus/afp_actualite/792,31,9,7,33/feed)
  2. Check the titles

Expected behavior I think the html special characters and modifiers (as in #67) should be interpreted (but it might not be wanted for all users).

Platform (please complete the following information):

Duffscs commented 1 year ago

Up.

In 2023 this issue is still here.

image