HomeCode
Diffusion Zed e274ed3874bc

Assume UTF-8 for database and database SQL dump

Description

Assume UTF-8 for database and database SQL dump

Encoding was previously mixed in database, and in cp1252 for the dump.

File is now converted to UTF-8, and all tables are now utf8mb4.
That allows to simplify views queries, no more convert or _utf8.

Details

Provenance
derecksonAuthored on Jun 11 2023, 20:20
Parents
rZED8251a47b481e: Avoid to pass null to MySQLiEngine::escape
Branches
Unknown
Tags
Unknown