[{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 "<"