Alshie / does-it-flip

Data file for https://www.doesitflip.com/
MIT License
2 stars 3 forks source link

Website parses single quotation marks as a double quotation mark #9

Closed silverhook closed 4 years ago

silverhook commented 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.

Alshie commented 4 years ago

I think this is fixed now! Thanks