this post was submitted on 05 Jan 2025
99 points (62.5% liked)
Technology
60292 readers
3414 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
%25 is the URL encoding for 0x25 (or 37 decimal), the ASCII code for the percent sign. Basically it seems to recognize that it is a URL and then URL-encode characters that are not allowed in URLs
Probably it should only do so if the link is actually being hyperlinked which doesn't happen for blockquoted text, so I guess it's probably a Lemmy bug.