Closed Janhouse closed 8 years ago
The database script is provided by Symfony and it seems to be configured with UTF8 by default.
@deStrO, indeed, my database had default config. It would be good though if symfony forced UTF-8 in this case. Closing the issue.
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?