MyBB Community Forums

Full Version: Migration to utf8mb4 lefts non-latin characters and smilies as unreadable symbols
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any SQL command to fix those symbols? If I set defaultcharset for database as utf8_general_ci or latin1 those symbols are working, but as utf8mb4_general_ci they aren't unless post is manually edited by user and these characters replaced.
did you forget to change charset in inc/config.php?

otherwise something else went wrong and whether it's fixable depends on what is left in the database.
(2020-08-19, 06:43 PM)frostschutz Wrote: [ -> ]did you forget to change charset in inc/config.php?

otherwise something else went wrong and whether it's fixable depends on what is left in the database.
Yes i changed it. In database those weird symbols works only if i set it back to latin1 or utf8. So is there somekind of converter to fix it