deStrO / eBot-CSGO

The eBot is a full managed server-bot written in PHP and nodeJS. eBot features easy match creation and tons of player and matchstats. Once it's setup, using the eBot is simple and fast.
http://www.esport-tools.net/ebot
376 stars 140 forks source link

UTF-8 for database #100

Closed Janhouse closed 8 years ago

Janhouse commented 8 years ago

Seems like by default eBot uses latin1 encoding and doesn't support utf-8 encoding.

Could you please make the setup script create database, tables and fields using utf8_general_ci encoding to fix this?

deStrO commented 8 years ago

The database script is provided by Symfony and it seems to be configured with UTF8 by default.

Janhouse commented 8 years ago

@deStrO, indeed, my database had default config. It would be good though if symfony forced UTF-8 in this case. Closing the issue.