Well, the problem is that the combination of Persian letters and numbers in the output of my script looks like this: 456b123
If it should be like this: 123B456
Note :For those who do not know the Persian language format,In Persian, letters are written from right to left and numbers from left to right
with open("output/mojaz1.csv", "r",newline="",encoding="utf-8") as mojaz:
reader = csv.reader(mojaz)
mojazha = list(reader)
print(mojazha)
output:۹۷ج۴۶۱۷۷ ...
oh god! I have this typing problem here too and I can't continue
os:windows python :3.6.13 I did not have this problem in Linux, but it is in Windows