![]() |
Vbulletin 4 to mybb - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: Merge System Support (https://community.mybb.com/forum-180.html) +--- Thread: Vbulletin 4 to mybb (/thread-232399.html) |
Vbulletin 4 to mybb - Ricsca - 2021-05-16 I did a migration from vbulletin to mybb but now I have the letter è it's written è Come can I do? Thank you RE: Vbulletin 4 to mybb - HLFadmin - 2021-05-16 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 RE: Vbulletin 4 to mybb - Ricsca - 2021-05-16 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 RE: Vbulletin 4 to mybb - noyle - 2021-05-16 As I understand, VBB changed its internal character encoding which caused this issue and I think it's not that simple to resolve it. |