How To Print A Variable Having Non-english Characters To The Command Prompt Using Python
I have a python program that generates a string in Tamil language. For example, the string could be தமிழ் . I could write this exactly as it appears here to a text file b
Solution 1:
- Go to
Region & Language Settingsvia the Search Bar and add the Tamil language. Below I have added Chinese as an example because I am studying it:

- Open a terminal and make sure your language is selected in the language bar:

- Open the "Command Prompt" properties and make sure to select one of the new fonts that should appear to support your language.

- Type something in the language to test it:

Post a Comment for "How To Print A Variable Having Non-english Characters To The Command Prompt Using Python"