MyBB Community Forums

Full Version: Vbulletin 4 to mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did a migration from vbulletin to mybb but now I have the letter è it's written è



Come can I do?
Thank you
Character encoding is specified in a number of places, and can be confusing. This thread may shed some light on your problem.
https://community.mybb.com/thread-225417.html
Perfect, if i set in config.php

$ config ['database'] ['encoding'] = 'latin1';

Work Smile

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.