Hello
I'm migrating from vbulletin 5
Previously the database was latin1_swedish_ci then I converted to the vbulletin database in utf8_swedish_ci
despite this in the vbulletin settings I had to put ISO-8859-1 and not UTF-8 to display the characters correctly.
Now I'm gone or xenforo and I do not want to think about vbulletin anymore.
I see that xenforo uses default utf8mb4_general_ci (excellent choice)
During the data migration, I see strange example characters
& euml; in place of ë
how can I correctly convert data to utf8mb4 during import
thank you
I'm migrating from vbulletin 5
Previously the database was latin1_swedish_ci then I converted to the vbulletin database in utf8_swedish_ci
despite this in the vbulletin settings I had to put ISO-8859-1 and not UTF-8 to display the characters correctly.
Now I'm gone or xenforo and I do not want to think about vbulletin anymore.
I see that xenforo uses default utf8mb4_general_ci (excellent choice)
During the data migration, I see strange example characters
& euml; in place of ë
how can I correctly convert data to utf8mb4 during import
thank you