Hello!
Another UTF8 issue! On upgrading from 4 to 5.6.2, we're seeing a variety of question marks where otherwise pound symboles or apostrephe's should be.
This is after having run the dbtools, without any issues:
Language settings in AdminCP are also set to UTF-8.
It appears all tables have a utf8mb4_general_ci collation.
What do I need to check in relation to ensuring everything is good?
Cheers.
Another UTF8 issue! On upgrading from 4 to 5.6.2, we're seeing a variety of question marks where otherwise pound symboles or apostrephe's should be.
This is after having run the dbtools, without any issues:
PHP Code:
php utf8convert.phar --connectionCharset=latin1 --charset=utf8mb4
It appears all tables have a utf8mb4_general_ci collation.
What do I need to check in relation to ensuring everything is good?
Cheers.