Notifications Not Displaying Certain Characters Correctly

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Spirrwell

Notifications Not Displaying Certain Characters Correctly

Post by Spirrwell »

Hello there!

For reference I'm running the Linux Mint 19.1 Beta, but this isn't really an issue exclusive to Linux Mint. I've had this issue with other distros, but I want to fix this.

It's really simple, the "Notifications" applet doesn't display all characters correctly like apostrophes. It prints them in their HTML representation I suppose like '

Image

Is there any way to fix that? These are Discord notifications.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
rene
Level 20
Level 20
Posts: 12212
Joined: Sun Mar 27, 2016 6:58 pm

Re: Notifications Not Displaying Certain Characters Correctly

Post by rene »

That's single quotes being escaped, and given that notify-send handles them fine as is this seems to firmly be a Discord bug/issue. That is, I believe you'd need to take this up with them.

Code: Select all

notify-send "single quotes are 'fine'"
Locked

Return to “Other topics”