Hi,
I’ve recently migrated my OMP 3.1.1.3 to new server. In the last server the character code was utf8_general_ci
After migration it is utf8mb3_general_ci
Now the website shows texts wrongly:

My config.inc.php is setted as follows:
; Default locale
locale = en_US
; Client output/input character set
client_charset = utf-8
; Database connection character set
; Must be set to “Off” if not supported by the database server
; If enabled, must be the same character set as “client_charset”
; (although the actual name may differ slightly depending on the server)
connection_charset = Off
; Database storage character set
; Must be set to “Off” if not supported by the database server
database_charset = Off
; Enable character normalization to utf-8 (recommended)
; If disabled, strings will be passed through in their native encoding
charset_normalization = Off
I tried to change this values without success. Do you have any suggestion?
Thank you,
Enzo

