·
Added a discussion

hello I'm new here, first of all thank you for the amazing work on UNA i just started testing it and i like it so much . i need some help in some issues i have ,whenever I type in Arabic or i use emoji in mobile phone i get just " ?????? " how i can fix this also Video transcoding is not working for me the video just stay waiting in queues, is there is a configuration i must do to make it work?!

  • 522
Comments
    • 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"

          • for video i didn't find any lead but there is this error in cPanel "

            sh: line 1: 650765 Aborted    plugins/ffmpeg/ffmpeg.exe -y -i     it looks like the video converted already but on the web its showing me "Scheduled for publishing as soon as video conversion is complete."

            • I did the same steps in my both servers but the second one ads in time line are shown like this 👇 is this related to some configuration!

              image_transcoder.php?o=sys_images_editor&h=1701&dpx=1&t=1701222085image_transcoder.php?o=sys_images_editor&h=1702&dpx=1&t=1701222135

              Login or Join to comment.