I did a migration from vbulletin to mybb but now I have the letter è it's written è
Come can I do?
Thank you
Perfect, if i set in config.php
$ config ['database'] ['encoding'] = 'latin1';
Work
Why did i have this problem? Vbulletin by defoult is utf8, shouldn't mybb be too?
Thanks
As I understand, VBB changed its internal character encoding which caused this issue and I think it's not that simple to resolve it.