I have a problem while reading special chars from txt files. Tkinter displays the sqrt symbol(√) as √ after reading it from the txt file.
It works just fine while its reading the character raw from the designation list array. This only happens when I re-run the script after storing the list elements to the txt file.
**Unfortunately, I dont have the access to my script right now so I cant provide the code..
Is there any way to display proper square root symbol √ from reading a txt file.
Thanks in advance!!