Hi I am working on project that requires me to use Arabic text in strings and take Arabic text as an input form the user so I have searched on the internet for ways to stop python from giving me an error when I run it so the people suggested to use this at the beginning of the py script:
#! /usr/local/bin/python -*- coding: UTF-8 -*-
and it worked when running it through IDLE but the problem is when I try running it from cmd it directly crashes and closes, and I am planning to make my code windows and android compatible using kivy. Any help will be really appreciated.