I have gotten the Cryllic alphabet to appear properly during script output, but typing into the terminal always appears in ASCII. Is there a way for a user to input Cryllic for storing as a string? below is some example code.
var = input(str)
varB = var.lower()
if varB == "да":
user inputs "Да", but console shows "da", causing boolean to return False