Fixed MyBB Importer: Umlauts are not displayed

SonicRC

Well-known member
I tried to import a german mybb database with the following settings:

Database Character Set: utf-8

Default Language Character Set: utf-8

( mybb config: $config['database']['encoding'] = 'utf8'; )

After the Import all umlauts are missing. For Instance:

für -> fr
übrigens -> brigens
schön -> schn

and so on.
 
This is fixed now. In the mean time, you can workaround it by using a DB character set of "utf8" (no dash).
 
Top Bottom