this post was submitted on 22 Sep 2023
42 points (92.0% liked)

Lemmy Support

4633 readers
3 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

Is this a known issue? If you type in somewhere it will be replaced by

Don't get me started on how this messes up linux commands and scripts, Is this a me problem or a lemmy problem? I need to study, if this is a known problem, then fine, but if it isn't then it needs to be reported.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago (1 children)

Not in HTML. Never has worked that way.

Special reserved characters have always been handled this way because you don't want to accidentally interpret something the wrong way.

Same for URL encoding. You upload "Clever Name.PDF" to a website and it generates a URL of "Clever%20Name.PDF" because spaces aren't valid in URLs. %20 is the code for a space.

[โ€“] [email protected] 5 points 1 year ago

But when you see it on your screen it's supposed to be converted back into the actual character, otherwise it would be pointless. So if you're seeing & then the website is messing up.