C
Turkish alphabet problem
utf-8
exp (ı) (ç) (ö)
how do i fix this problem
please, nobody will be helped
Hello Circlecorp !
Seems you need to apply the utf8mb4_unicode_ci in the tables of problem content like it was mentioned here https://una.io/page/view-discussion?id=1392 or here https://una.io/page/view-discussion?id=1750
Leonīds how do i do this, i don't know that much
Via execution queries like the following in your UNA database:
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
I really couldn't, is it possible for you to do this for me?
You'd better to refer to the manuals like this one https://www.youtube.com/watch?v=JgAyGjcNrIQ
C
please, nobody will be helped
Hello Circlecorp !
Seems you need to apply the utf8mb4_unicode_ci in the tables of problem content like it was mentioned here https://una.io/page/view-discussion?id=1392 or here https://una.io/page/view-discussion?id=1750
C
Leonīds how do i do this, i don't know that much
Via execution queries like the following in your UNA database:
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
C
I really couldn't, is it possible for you to do this for me?
You'd better to refer to the manuals like this one https://www.youtube.com/watch?v=JgAyGjcNrIQ