Closed unixfreak0037 closed 5 years ago
Looks like, for the most part, all the encodings and collations in the database are wrong. Most are using latin1 for encoding and swedish for collation (lol).
See https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434
Also see https://docs.sqlalchemy.org/en/latest/dialects/mysql.html#unicode
master branch now has the corrected SQL schema
Looks like, for the most part, all the encodings and collations in the database are wrong. Most are using latin1 for encoding and swedish for collation (lol).
See https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434