As default, Matomo is installed with charset utf8 (which usually means utf8mb3), but the recommended charset is utf8mb4.
For collation, the comment in default config says "Matomo should work correctly without this setting but we recommend to have a collation set" - but as of 5.1.2, this is needed to be set.
Should the default charset be changed to utf8mb4, and collation be set to utf8mb4_unicode_ci? Or maybe just update the comments in global.ini.php ?