In tkinter text widget, failed to type in Indian language, rendering shows? In tkinter text widget, failed to type in Indian language, rendering shows? tkinter tkinter

In tkinter text widget, failed to type in Indian language, rendering shows?


Firstly declare your source file encoding:

# -*- coding: utf8 -*-

This must be either the first or second line in the file.

Secondly you need to ensure your editor is actually saving in that encoding