Is this a boost issue or something else

46 points · 21 comments · view on lemmy.world

21 Comments

Taleya@aussie.zone · 24 pts · 2y (2 replies)

God's punishing you for not using DnD

Edit: the ampersand is a code character, it does not always translate well in web presentation. This has been A Thing for about 30 years

marcos@lemmy.world · 8 pts · 2y (1 reply)

It has been a solved problem for a really long time. You use a computer to keep track if you encoded the & already or not.

But people insist on using tools that throw that away.

yokonzo@lemmy.world · 7 pts · 2y

Sure but I think the issue is finding exactly where In the pipeline the problem is occuring. The end user can't be expected to try and fix it

rmayayo@lemmy.world MOD · 22 pts · 2y (3 replies)

I believe that's a problem with Lemmy. Boost shows the titles as they are received from the API. I think Lemmy 0.19 fixes that according to this comment: https://lemmy.world/comment/7986943

yokonzo@lemmy.world · 2 pts · 2y (2 replies)

Interesting, I'm on lemmy.world and I'm still getting the issue, is there something I have to do personally to get 0.19? I assumed that was server sided

rmayayo@lemmy.world · 11 pts · 2y (1 reply)

is there something I have to do personally to get 0.19?

No, just wait. They are updating to 0.19.3 on Saturday

ByteMe@lemmy.world · 1 pts · 2y

They didn't fix non breaking space though xd

PlzGivHugs@sh.itjust.works · 7 pts · 2y

As others have said, its an issue with older versions of Lemmy (as in, the websites running it, not your client). Once your admins update the website/instance you're using, it'll be fixed.

yokonzo@lemmy.world · 5 pts · 2y (1 reply)

So I researched it and it seems to be an issue with how boost (and many other places on the web) have automated escape characters in HTML, in other words because & is reserved in HTML for other things to actually parse an ampersand you need to write "&+amp" to escape the escape character. So whatever process boost is using for this may be not parsing correctly

Edit: apparently it's Lemmy as a whole, what I'm wondering is why do some users not see this then

quicksand@lemm.ee · 3 pts · 2y

I use the Connect app and it also has the same problem with ampersands

JoMomma@lemm.ee · 4 pts · 2y

I have this issue on every client I have tried

strawberry@kbin.run · 3 pts · 2y (1 reply)

not even just Lemmy. am on mbin, same issue

e-five@kbin.run · 2 pts · 2y
[ removed ]
Telorand@reddthat.com · 2 pts · 2y (3 replies)

Looks like a formatting typo from the OP. Here's what it looks like on my instance (not Boost).

And another example from another sub:

kratoz29@lemm.ee · 5 pts · 2y (2 replies)

It is not, maybe it has something to do with the client or the instance from where you see it, here is how it looks with Sync for Lemmy and Lemme instance...

I think it is a known bug when using the "&".

yokonzo@lemmy.world · 4 pts · 2y (1 reply)

I will note I often see this all over the Web with the ampersand

kogasa@programming.dev · 5 pts · 2y

It's what happens when content is url encoded and not decoded again later. It's easy to do by accident because you can't tell if a string is already url encoded in any general way, so the processes responsible for sending and receiving need to agree on how/when to encode and decode (i.e. they both have the power to break it for the other)

driving_crooner@lemmy.eco.br · 2 pts · 2y

Happens on Lemmy too.

Pandananana@lemmy.world · 2 pts · 2y

I have the same issue with Memmy

Ziglin@lemmy.world · 2 pts · 2y

Jerboa does it too. Seems to work on web though.

Kolanaki@yiffit.net · 1 pts · 2y

This is a problem with many things in my experience. For some reason, having a percent sign or ampersand in a string can fuck up being displayed properly.

YeetPics@mander.xyz · 0 pts · 2y

Having the same issue on boost. I'll change clients and see if it sticks around.

DumbAceDragon@sh.itjust.works · -2 pts · 2y
[ removed ]