Turkish alphabet problem
Turkish alphabet problem
utf-8
exp (ı) (ç) (ö)
how do i fix this problem
-
- · Circlecorp
- ·
please, nobody will be helped
-
-
·
LeonidS
- ·
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
-
·
LeonidS
-
- · Circlecorp
- ·
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;
-
- · Circlecorp
- ·
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