For v2.0, utf8mb4_unicode_ci will be a better collation for international boards. It does much better for people who are lazy writing accents when searching, like your users.
In that case, I suggest just using it for thread titles and message contents. Converting other columns can cause problems, but converting those two should give you most of the advantages without problems. I have had my forums using unicode_ci for the last 8 years or so.
Stack Overflow Google Search
Cheers!
We were originally going to use the utf8mb4_unicode_ci collation but this poses some problems when converting tables containing existing data.
In that case, I suggest just using it for thread titles and message contents. Converting other columns can cause problems, but converting those two should give you most of the advantages without problems. I have had my forums using unicode_ci for the last 8 years or so.
Stack Overflow Google Search
Cheers!
Upvote
0