Closed silverhook closed 4 years ago
I just noticed that the website falsely parses all ' in game titles as ".
'
"
One solution might be to simply exchange those characters for a proper typesetters’s apostrophe, so the JSON parser could not confuse it for an escapable character.
I think this is fixed now! Thanks
I just noticed that the website falsely parses all
'
in game titles as"
.One solution might be to simply exchange those characters for a proper typesetters’s apostrophe, so the JSON parser could not confuse it for an escapable character.