I don't think this is a problem, but just want to make sure.
I selected UTF-8 Joomla! default to change the collation of an existing Joomla database from the mysql default latin1_swedish_ci.
I was expecting utf8_general_ci but got utf8mb4_unicode_ci.
I read about utf8mb4_unicode_ci and understand that it supports 4-byte encoding rather than utf8_general_ci 3-byte encoding.
I'm assuming this is a good thing, but the Joomla tables themselves that were already in the database were reported as utf8_general_ci. Can I assume that utf8mb4_unicode_ci collation for the database is fine? I'm thinking the difference is just version related since I did a test collation change on a system that uses PHP 5.5.21 and MySQL 5.5.44.
Thanks!
Kind regards,
reddeer