Briefing of what I did:
Migrated from MyBB 1.8.x
Old db type:
MyISAM
latin1_swedish_ci
XF db type:
InnoDB
utf8_general_ci
Issue is that these weird characters show up, seems like an encoding issue:
What would be the best way to address this? I've thought about downloading the affected tables and doing a search/replace via Notepad++ but am concerned that I might mess up the encoding like that or perhaps running a query on the affected tables but not sure what the appropriate query would be.
Thanks,
Migrated from MyBB 1.8.x
Old db type:
MyISAM
latin1_swedish_ci
XF db type:
InnoDB
utf8_general_ci
Issue is that these weird characters show up, seems like an encoding issue:
Code:
’ where an ' is supposed to be, i.e. But that’s not a bad thing
 for an extra space
“ for " (for first double quote?)
]†f for " (for ending double quote)
What would be the best way to address this? I've thought about downloading the affected tables and doing a search/replace via Notepad++ but am concerned that I might mess up the encoding like that or perhaps running a query on the affected tables but not sure what the appropriate query would be.
Thanks,