MichaelBelgium / mybb_to_flarum

A Flarum extension to convert a mybb forum to a fresh flarum install
MIT License
26 stars 15 forks source link

UTF8 Support #15

Closed 963io closed 4 years ago

963io commented 5 years ago

Adding this $this->getMybbConnection()->set_charset("utf8"); after line 44 in Migrator.php helps fixing incorrect import from UTF8 database.