jacquesh / foo_openlyrics

An open-source lyric display panel for foobar2000
MIT License
432 stars 24 forks source link

HTML-escaped character auto-edit only fixes some characters #261

Open jacquesh opened 1 year ago

jacquesh commented 1 year ago

Some characters that aren't being escaped: ampersand-encoded ä ö ü ß å æ ø œ (ä ö ü ß å æ &oslahs; &oelig) and a few more letters with diacritics like ç ç . Plus guillemets « » and a few  

The wikipedia page provides a long list of these characters. We should probably be supporting all of them.

_Originally posted by @H2Swine in https://github.com/jacquesh/foo_openlyrics/issues/24#issuecomment-1534184665_