Inna
04-11-2018, 04:20 PM
Hi, my database charset and all the vBulletin charsets are "latin1_swedish_ci".
In some tables like username or posts, I see characters that are strange to me, but are readable by the server to convert them to the correct letters. Like this
سعید
This is in Persian "سعید".
I tried changing all tables and vb database to utf8_persian_ci, and also ut8mb4_persian_ci and ut88_general_ci, and I changed the collation of all tables to these, but nothing converted.
How can I fix this? Both for the existing data and the future data.
In some tables like username or posts, I see characters that are strange to me, but are readable by the server to convert them to the correct letters. Like this
سعید
This is in Persian "سعید".
I tried changing all tables and vb database to utf8_persian_ci, and also ut8mb4_persian_ci and ut88_general_ci, and I changed the collation of all tables to these, but nothing converted.
How can I fix this? Both for the existing data and the future data.