Fix charset
Hi. I'm japanese csgo player.
Fix charset in match config file.
I noticed in gaming team name is not ascii and confirmed match config is not utf-8 encoding.
This request is that. You maybe have better way.
I don't know the implications of this still, but at a glance it looks like it could just be specified in the config file rather than forced this way in __init__.py.
It's just as you said !
I should have fixed prod_config.py. (´;ω;`)
JSON_AS_ASCII = False
But recommended to default this, because for non-ASCII character countries !
Thank you for your response.
But recommended to default this, because for non-ASCII character countries !
I agree, but this PR is still forcing the configuration option. I'll merge this if it changes the default configuration file.