Saadmairaj / tkterminal

Terminal widget for Tkinter library.
https://pypi.org/project/tkterminal
Apache License 2.0
58 stars 6 forks source link

utf-8 encoding #20

Open syradeveloper opened 5 months ago

syradeveloper commented 5 months ago

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 изображение

Moosems commented 5 months ago

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 🤷‍♂️

atheop1337 commented 5 months ago

skill issue

Moosems commented 5 months ago

What?