This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix database connection to use utf8 as standard.
Currently the database connection uses "whatever" encoding for the connection. This means the encoding actually changed from server to server in my testing due to configuration differences. So I fixed the encoding to be utf8 here. If there ever is the need for another encoding this must be made configurable. Note: Magento also uses utf8 everywhere.
- Loading branch information