Comment to how i can use Arabic to type !
-
Hello all Arabic characters can be encoded using a single UTF-16 code unit (2 bytes), but they may take either 2 or 3 UTF-8 code units (1 byte each), so if you were just encoding Arabic, UTF-16 would be a more space efficient option. You must use that settings and database too.
About video encoding check crontab and permission.
-
so if I understand you correctly I need to redo all the database with utf-8 right! bcs i will use other languages too Arabic will be used for typing by some users
-
it worked i changed the database like you suggested and it worked thank you so much. it was in " latin1_swedish_ci" changed it to "utf8mb4_unicode_ci"
-