tkterminal
tkterminal copied to clipboard
utf-8 encoding
if i try Terminal(self.terminal_frame, encoding="utf-8", background="black", foreground="white") _tkinter.TclError: unknown option "-encoding"
and i doesnt know how to make a encoding to utf-8
It primarily comes down to the fact that it's not an implemented option.... You could open a PR and hope @Saadmairaj will look at this repo again 🤷♂️
skill issue
What?