mkiol / GNotifier

Thunderbird add-on that replaces built-in notifications with the OS native notifications
https://addons.mozilla.org/thunderbird/addon/gnotifier/
GNU General Public License v3.0
164 stars 25 forks source link

  character is not converted to space #185

Closed petr-nehez closed 6 years ago

petr-nehez commented 7 years ago

When there is   character in a body then it is not converted into space.

image

image

Kubuntu 17.04 & Thunderbird 52.2.1

mkiol commented 7 years ago

Yes, it looks ugly because notification server accepts only small subset of HTML. According this spec only following tags are mandatory to support on server side: \, \, \, \, \ and nothing more.

To make it more elegant, Gnotifier should do some additional processing and discard every unsupported HTML symbols before sending data to notification server. It is possible but not so easy to implement.

This issue is related to #24.

petr-nehez commented 7 years ago

Just a note - I am using KDE so I am not sure if GNOME link @mkiol mentioned above can be applied on KDE as well.

mkiol commented 7 years ago

I think it applies to all notification servers. I've tested KDE server and for sure it supports only "\, \, \, \, \" :-(

mkiol commented 6 years ago

The Issue has been fixed in the latest dev xpi.