Open SepehrRasouli opened 2 years ago
I actually have an idea , we can check if there is any non-ASCII text in the processed text , and if there is , we can write the output to a temp txt file and show that to the user. What do you think ? Can i work on it ?
Huh, so with or without colorama we still have the issue if there is any non-ASCII text.
And in both cases, it also breaks the colorization (since we see characters like [49m
Yes , but the colors work if there aren't any non-ascii chars in the output.
howdoi can't print non-ASCII text to windows terminal (Persian text in this case)
I used colorama feature in this screenshot :
This one is without colorama :