Coding Error

Acidic Puddle·5/11/2015, 3:40:16 PM·2 votes·1,059 views

I like to view what the post says by hovering over the title on the main page without needing to load if it is just a small little text, or I don't feel like I want to comment on it. However whenever there is an ' it appears as some strange set of numbers. It is probably just a tiny bug, but it can could make the boards feel just a little bit more professional...

2 Comments

Ice Weasel X5/11/2015, 3:44:02 PM1 votes

[{quoted}](name=Acidic Puddle,realm=NA,application-id=bzRrPGQO,discussion-id=Ur4bey68,comment-id=,timestamp=2015-05-11T15:40:16.567+0000)

I like to view what the post says by hovering over the title on the main page without needing to load if it is just a small little text, or I don't feel like I want to comment on it. However whenever there is an ' it appears as some strange set of numbers. It is probably just a tiny bug, but it can could make the boards feel just a little bit more professional...

It's entity encoding. Their parser converts some characters that have other uses to minimize unwanted post behavior. For instance, using "<" often truncates posts because that is a tag opener in some languages' syntax (e.g., HTML). To use that without breaking a post, it's encoded to "&lt;"

Drukyul5/12/2015, 6:18:17 AM1 votes

It can be overriden, and easily. I don't know why it's still this way.