Arabic language is written in different way from Latin languages, it is written from right to left and the letters of one word are joined together.
My problem is that when i want to print Arabic word, it is printed from left to right and the letters are separated. for example:
>>print("قطة")
ة ط ق
i use python 3.8.10.
Encoding of the file is UTF-8